@bytemd/plugin-mermaid ByteMD plugin to support Mermaid diagram Usage import { Editor } from 'bytemd' import mermaid from '@bytemd/plugin-mermaid' new Editor({ target: document.body, props: { plugins: [ mermaid(), // ... other plugins ], }, }) License MIT