Update home authored by radow's avatar radow
...@@ -3,45 +3,13 @@ ...@@ -3,45 +3,13 @@
graph TD; graph TD;
subgraph Section1 subgraph Section1
a[Let me think] RoomA[PC Home]
Note right of a: Text in note
end end
a --> A
subgraph Section2 subgraph Section2
A --> B A --> B
B --> C B --> C
end 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