bisheng-plugin-mermaid
v0.0.4
Published
Plugin to generate Mermaid diagrams in Bisheng.
Readme
bisheng-plugin-mermaid
This is a Bisheng plugin to generate Mermaid diagrams.
Install
Install with npm:
npm install --save bisheng-plugin-mermaidor with yarn:
yarn add bisheng-plugin-mermaidPlugin should be put in configuraion of theme in use:
// See example/_theme/lib/index.js
module.exports = {
plugins: [
'bisheng-plugin-mermaid',
],
}Usage
In markdown:
would be rendered as

License
MIT
