tiptap/docs/api/commands/sink-list-item.md

8 lines
178 B
Markdown
Raw Normal View History

2021-04-21 17:03:33 +08:00
# sinkListItem
The `sinkListItem` will try to sink the list item around the current selection down into a wrapping child list.
2021-04-21 17:03:33 +08:00
## Usage
```js
editor.commands.liftListItem()
```