add new features to the paragraph documentation
This commit is contained in:
@@ -23,7 +23,7 @@ yarn add @tiptap/extension-ordered-list @tiptap/extension-list-item
|
|||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
| Command | Options | Description |
|
| Command | Options | Description |
|
||||||
| ----------- | ------- | --------------------- |
|
| ------------ | ------- | ---------------------- |
|
||||||
| ordered_list | — | Toggle a ordered list. |
|
| ordered_list | — | Toggle a ordered list. |
|
||||||
|
|
||||||
## Keyboard shortcuts
|
## Keyboard shortcuts
|
||||||
|
|||||||
@@ -20,10 +20,13 @@ yarn add @tiptap/extension-paragraph
|
|||||||
| class | string | – | Add a custom class to the rendered HTML tag. |
|
| class | string | – | Add a custom class to the rendered HTML tag. |
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
*None*
|
| Command | Options | Description |
|
||||||
|
| --------- | ------- | -------------------------------------------- |
|
||||||
|
| paragraph | — | Transforms all selected nodes to paragraphs. |
|
||||||
|
|
||||||
## Keyboard shortcuts
|
## Keyboard shortcuts
|
||||||
*None*
|
* Windows & Linux: `Control` `Alt` `0`
|
||||||
|
* macOS: `Cmd` `Alt` `0`
|
||||||
|
|
||||||
## Source code
|
## Source code
|
||||||
[packages/extension-paragraph/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-paragraph/)
|
[packages/extension-paragraph/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-paragraph/)
|
||||||
|
|||||||
Reference in New Issue
Block a user