Appearance
import { Italic } from 'reactjs-tiptap-editor/italic'; const extensions = [ ..., // Import Extensions Here Italic ];
Source • Docs