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

8 lines
177 B
Markdown
Raw Normal View History

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