Mermaid diagram examples
Author :: Kevin Vecmanis
This a Flowchart
flowchart LR
A[Hard] -->|Text| B((Round))
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
flowchart LR A[Hard] -->|Text| B((Round)) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2] ">
Author :: Kevin Vecmanis
This a Flowchart
flowchart LR
A[Hard] -->|Text| B((Round))
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
Kevin Vecmanis