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
...
@@ -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
-->B
-->C
end
end
Section1 --> Section2
subgraph "Section 2"
subgraph Subgraph Two
Section2(SubNode 1)
direction LR %% <-- here
Section2 -- Choice1 --> DoChoice1
D
Section2 -- Choice2 --> DoChoice2
-->E
-->F
end
end
```
```
\ No newline at end of file