info below

flowchart BT subgraph two b1 end subgraph three c1-->c2 end c1 --apa apa apa--> b1 two --> c2
flowchart TB subgraph two b1 end subgraph three c1-->c2 end c1 --apa apa apa--> b1 b1 --> c2
flowchart RL subgraph a b1 -- ok --> b2 end a -- sert --> c c --> d b1 --> d a --asd123 --> d
stateDiagram-v2 state A { B1 --> B2: ok } A --> C: sert C --> D B1 --> D A --> D: asd123