Skip to content

diagram

www.mermaidchart   docs   astro install  
www.bpmn.org   demo.bpmn.io  
---
config:
  look: handDrawn
  theme: forest
---
flowchart LR
    A(("Start")) -- Some text --> B("Continue")
    B --> C{"Evaluate"}
    C -- One --> D[["Option 1: subtask"]]
    C -- Two --> E[("Option 2: storage")]
    C -- Three --> F["fa:fa-car Option 3"]
Terminal window
---
config:
look: handDrawn
theme: forest
---
flowchart LR
A(("Start")) -- Some text --> B("Continue")
B --> C{"Evaluate"}
C -- One --> D[["Option 1: subtask"]]
C -- Two --> E[("Option 2: storage")]
C -- Three --> F["fa:fa-car Option 3"]
Sirius, Vega, Betelgeuse