More Mark
MoreMark is a collection of marks that are not available in the default TipTap editor.
- Based on TipTap's subscript @tiptap/extension-subscript and superscript @tiptap/extension-superscript extensions.
Usage
tsx
import { MoreMark } from 'reactjs-tiptap-editor';
const extensions = [
...,
// Import Extensions Here
MoreMark
];