[docs-badge]: https://readthedocs.org/projects/markdown-it-mermaid/badge/?style=for-the-badge
[npm-badge]: https://img.shields.io/npm/v/@agoose77/markdown-it-mermaid?style=for-the-badge
mermaidjs renderer for markdown-it.
An example mermaid diagram:
``` mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
produces
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
For more, information and a live demo, see the documentation on ReadTheDocs.