1.1 KiB
1.1 KiB
ListItem
The ListItem extension adds support for the <li> HTML tag. It’s used for bullet lists and ordered lists and can’t really be used without them.
Installation
::: warning Restrictions
This extensions is intended to be used with the BulletList or OrderedList extension. It doesn’t work without at least using one of them.
:::
# With npm
npm install @tiptap/extension-list-item
# Or: With Yarn
yarn add @tiptap/extension-list-item
Settings
| Option | Type | Default | Description |
|---|---|---|---|
| class | string | – | Add a custom class to the rendered HTML tag. |
Commands
None
Keyboard shortcuts
- New list item:
Enter - Sink a list item:
Tab - Lift a list item:
Shift+Tab