UNPKG

mermaid

Version:

Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams and gantt charts.

8 lines (7 loc) 208 B
graph LR; A[Hard edge]-->|Link text|B(Round edge); B-->C{Decision}; C-->|One|D[Result one]; C-->|Two|E[Result two]; classDef pink fill:#f9f,stroke:#333,stroke-width:4px; class C pink;