tiptap/docs/api/commands/sink-list-item.md
2022-06-08 12:41:14 +02:00

8 lines
178 B
Markdown

# sinkListItem
The `sinkListItem` will try to sink the list item around the current selection down into a wrapping child list.
## Usage
```js
editor.commands.liftListItem()
```