Update home authored by radow's avatar radow
...@@ -12,16 +12,19 @@ graph TD ...@@ -12,16 +12,19 @@ graph TD
```mermaid ```mermaid
graph TD flowchart TD
subgraph "Section 1"
Node1[Node 1] --> Node2[Node 2] subgraph Subgraph One
Node2 --> Section1[Jump to SubGraph1] direction LR %% <-- here
Section1 --> FinalThing[Final Thing] A
end -->B
Section1 --> Section2 -->C
subgraph "Section 2" end
Section2(SubNode 1)
Section2 -- Choice1 --> DoChoice1 subgraph Subgraph Two
Section2 -- Choice2 --> DoChoice2 direction LR %% <-- here
end D
-->E
-->F
end
``` ```
\ No newline at end of file