0.0.4 • Published 6 years ago

bisheng-plugin-mermaid v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

bisheng-plugin-mermaid

This is a Bisheng plugin to generate Mermaid diagrams.

Install

Install with npm:

npm install --save bisheng-plugin-mermaid

or with yarn:

yarn add bisheng-plugin-mermaid

Plugin 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

screenshot

License

MIT

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago