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 --> BE[End]
D --> E[End]
%%{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 --> BE[End]
D --> E[End]