mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
330 B
330 B
splitListItem
splitListItem
splits one list item into two separate list items. If this is a nested list, the wrapping list item should be split.
Parameters
typeOrName: string | NodeType
The type of node that should be split into two separate list items.
Usage
editor.commands.splitListItem('bullet_list')