Changes
Page history
Update home
authored
Mar 01, 2023
by
radow
Show whitespace changes
Inline
Side-by-side
home.md
View page @
27b1e1ba
...
...
@@ -3,45 +3,13 @@
graph TD;
subgraph Section1
a[Let me think]
Note right of a: Text in note
RoomA[PC Home]
end
a --> A
subgraph Section2
A --> B
B --> C
end
```
<div
class=
"center"
>
```
mermaid
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```
</div>
```
mermaid
flowchart TD
subgraph Subgraph One
direction LR %% <-- here
A
-->B
-->C
end
subgraph Subgraph Two
direction LR %% <-- here
D
-->E
-->F
end
```
\ No newline at end of file