A MkDocs plugin that render meraid graph to mermaid style
Install the package with pip:
pip install mkdocs-mermaid-pluginEnable this plugin in your mkdocs.yml:
plugins:
- markdownmermaid
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.jsNote: Don't forget to include the mermaid.min.js (local or remotely) in your
mkdocs.yml
More information about plugins in the MkDocs documentation