Appearance
The Code extension allows you to add code to your editor.
import { Code } from 'reactjs-tiptap-editor/code'; const extensions = [ ..., // Import Extensions Here Code ];
Source • Docs