docs: make all node commands a list
This commit is contained in:
@@ -31,9 +31,13 @@ BulletList.configure({
|
||||
```
|
||||
|
||||
## Commands
|
||||
| Command | Parameters | Description |
|
||||
| ---------- | ---------- | --------------------- |
|
||||
| bulletList | — | Toggle a bullet list. |
|
||||
|
||||
### toggleBulletList()
|
||||
Toggles a bullet list.
|
||||
|
||||
```js
|
||||
editor.commands.toggleBulletList()
|
||||
```
|
||||
|
||||
## Keyboard shortcuts
|
||||
| Command | Windows/Linux | macOS |
|
||||
|
||||
Reference in New Issue
Block a user