mermaid_diagram_creator/example.mmd

4 lines
84 B
Text

graph TD
A[Start] --> B{Decision}
B -->|Yes| C[Action]
B -->|No| D[End]