Update home authored by radow's avatar radow
......@@ -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