Back to Mermaid

Flowchart State

cypress/platform/flowchart-state.html

11.0.0309 B
Original Source
State roughFlowchart rough
Stadium shape
flowchart LR
    id1([This is the text in the box])

|

%%{init: {"look": "handDrawn"} }%%
stateDiagram-v2
    stateA

|

%%{init: {"look": "handDrawn"} }%%
flowchart LR
    id1[[This is the text in the box]]

|