tiptap/docs/api/commands/sink-list-item.md
2023-01-19 10:36:53 +01: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.sinkListItem()
```