docs: make all node commands a list
This commit is contained in:
@@ -31,9 +31,13 @@ Paragraph.configure({
|
||||
```
|
||||
|
||||
## Commands
|
||||
| Command | Parameters | Description |
|
||||
| --------- | ---------- | -------------------------------------------- |
|
||||
| paragraph | — | Transforms all selected nodes to paragraphs. |
|
||||
|
||||
### setParagraph()
|
||||
Transforms all selected nodes to paragraphs.
|
||||
|
||||
```js
|
||||
editor.commands.setParagraph()
|
||||
```
|
||||
|
||||
## Keyboard shortcuts
|
||||
| Command | Windows/Linux | macOS |
|
||||
|
||||
Reference in New Issue
Block a user