Custom fences & Mermaid#
graph TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
pie title Which animals do you prefer as pets?
"Dogs" : 38
"Cats" : 85
"Rabbits" : 53
"Hamsters" : 101
flowchart LR
id1(Start)-->id2(Stop)
style id1 fill:#f9f,stroke:#333,stroke-width:4px
style id2 fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff,stroke-dasharray: 5 5
For more on diagram syntax: https://mermaid.js.org/intro/