List Item
ListItem is a node extension that allows you to add a list item to your editor.
- Based on TipTap's Link extension. @tiptap/extension-link
Usage
tsx
import { ListItem } from 'reactjs-tiptap-editor';
const extensions = [
...,
// Import Extensions Here
ListItem
];