Mermaid
Mermaid is a node extension that allows you to add an Mermaid to your editor.
Usage
tsx
import { Mermaid } from 'reactjs-tiptap-editor';
const extensions = [
...,
// Import Extensions Here
Mermaid.configure({
upload: (file: any) => {
// upload file to server return url
},
}),
];