Skip to content

Latest commit

 

History

History

plugin-mermaid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@bytemd/plugin-mermaid

npm

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