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
flowchart TB A B subgraph foo[Foo SubGraph] C D end subgraph bar[Bar SubGraph] E F end G A-->B B-->C C-->D B-->D D-->E E-->A E-->F F-->D F-->G B-->G G-->D style foo fill:#F99,stroke-width:2px,stroke:#F0F,color:darkred style bar fill:#999,stroke-width:10px,stroke:#0F0,color:blue
flowchart TB subgraph bar[Bar] F end style bar fill:#999,stroke-width:10px,stroke:#0F0,color:blue
%%{init:{"theme":"base", "themeVariables": {"primaryColor":"#411d4e", "titleColor":"white", "darkMode":true}}}%% flowchart LR subgraph A a --> b end subgraph B i -->f end A --> B