tiptap/docs/api/commands/lift-list-item.md
2022-06-08 12:15:59 +02:00

8 lines
177 B
Markdown

# liftListItem
The `liftListItem` will try to lift the list item around the current selection up into a wrapping parent list.
## Usage
```js
editor.commands.liftListItem()
```