mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-05 04:19:07 +08:00
8 lines
177 B
Markdown
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()
|
|
```
|