Hello World !
%%{init: {"theme":"dark", "themeVariables": { "edgeLabelBackground": "transparent", "primaryBorder": "transparent", "secondaryBorder": "transparent", "tertiaryBorder": "transparent", "primaryColor":"#fff", "edgeLabelBackground":"#222", "lineColor":"#fff"}}}%%
graph TD
A(Start) --> B[Process]
B --> C(End)
1 |
|