mkdocs-markdownextradata-plugin
November 28, 2018 ยท View on GitHub
A MkDocs plugin that render meraid graph to mermaid style
Installation
Install the package with pip:
pip install mkdocs-mermaid-plugin
Usage
Enable this plugin in your mkdocs.yml:
plugins:
- markdownmermaid
extra_javascript:
- https://unpkg.com/mermaid@7.1.2/dist/mermaid.min.js
Note: Don't forget to include the mermaid.min.js (local or remotely) in your
mkdocs.yml
More information about plugins in the MkDocs documentation