Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 761 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 761 Bytes

markdown-it-mermaid

npm-badge docs-badge

mermaidjs renderer for markdown-it.

An example mermaid diagram:

``` mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```

produces

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading

For more, information and a live demo, see the documentation on ReadTheDocs.