Update home authored by radow's avatar radow
......@@ -18,16 +18,16 @@ end
```mermaid
graph TB
subgraph "Section 1"
Node1[Node 1] --> Node2[Node 2]
Node2 --> Section1[Jump to SubGraph1]
Section1 --> FinalThing[Final Thing]
end
Section1 --> Section2
subgraph "Section 2"
Section2(SubNode 1)
Section2 -- Choice1 --> DoChoice1
Section2 -- Choice2 --> DoChoice2
end
subgraph "Main Graph"
Node1[Node 1] --> Node2[Node 2]
Node2 --> Section1[Jump to SubGraph1]
Section1 --> FinalThing[Final Thing]
end
```
\ No newline at end of file