@docmd/plugin-mermaid
v0.7.6
Published
Mermaid diagram support plugin for docmd.
Downloads
21,456
Maintainers
Readme
@docmd/plugin-mermaid
Adds Mermaid.js diagram support to your docmd site — write flowcharts, sequence diagrams, and more directly in Markdown using a standard code fence. Bundled with @docmd/core.
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```Part of the docmd documentation engine.
Documentation
See docs.docmd.io for full usage and API reference.
License
MIT
