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