Changes
Page history
Update home
authored
Mar 01, 2023
by
radow
Show whitespace changes
Inline
Side-by-side
home.md
View page @
916d3454
...
...
@@ -12,16 +12,19 @@ graph TD
```
mermaid
graph TD
subgraph "Section 1"
Node1[Node 1] --> Node2[Node 2]
Node2 --> Section1[Jump to SubGraph1]
Section1 --> FinalThing[Final Thing]
flowchart TD
subgraph Subgraph One
direction LR %% <-- here
A
-->B
-->C
end
Section1 --> Section2
subgraph "Section 2"
Section2(SubNode 1)
Section2 -- Choice1 --> DoChoice1
Section2 -- Choice2 --> DoChoice2
subgraph Subgraph Two
direction LR %% <-- here
D
-->E
-->F
end
```
\ No newline at end of file