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