info below

graph TD A[Christmas] ==> D A[Christmas] -->|Get money| B(Go shopping) A[Christmas] ==> C subgraph T ["Test"] A B C end classDef Test fill:#F84E68,stroke:#333,color:white; class A,T Test classDef TestSub fill:green; class T TestSub linkStyle 0,1 color:orange, stroke: orange;
flowchart TD A[Christmas] ==> D A[Christmas] -->|Get money| B(Go shopping) A[Christmas] ==> C subgraph T ["Test"] A B C end classDef Test fill:#F84E68,stroke:#333,color:white; class A,T Test classDef TestSub fill:green; class T TestSub linkStyle 0,1 color:orange, stroke: orange;
sequenceDiagram Actor1 -) Actor2:Async Actor1 --) Actor2:Async dotted Actor1 ->> Actor2:Sync Actor1 -->> Actor2:Sync dotted
flowchart TD C -->|fa:fa-car Car| F[fa:fa-car Car]
%%{init: { 'logLevel': 0, 'theme': 'forest'} }%% graph TD A(Start) --> B[/Another/] A[/Another/] --> C[End] subgraph section B C end
%%{init: {'theme': 'base' }}%% %%{init2: { 'logLevel': 0, 'theme': 'forest'} }%% flowchart TD L1 --- L2 L2 --- C M1 ---> C R1 .-> R2 R2 <.-> C C -->|Label 1| E1 C <-- Label 2 ---> E2 C ----> E3 C <-...-> E4 C ======> E5
graph TD L1 --- L2 L2 --- C M1 ---> C R1 .-> R2 R2 <.-> C C -->|Label 1| E1 C -- Label 2 ---> E2 C ----> E3 C -----> E4 C ======> E5