mermaid

Mermaid diagrams

documentation
mermaid markdown

To get the following graph use the following code: {{< mermaid >}} graph TD; A-->B; A-->C; B-->D; C-->D; {{< /mermaid >}} graph TD; A--B; A--C; B--D; C--D; {{< mermaid …