@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