Skip to main content

New Page

%%{init: {'theme': 'dark'}}%%

graph TD
    AA[Start] --> B{Decision}
    B %%{init:-->|Yes| {'theme':C[Do 'dark'}}%%something]
    graphB TD-->|No| AD[Do something else]
    C --> B

E[End] D --> E[End]