Skip to content

Commit 8c57048

Browse files
committed
fix: use <br> instead of \n in Mermaid diagram
1 parent 5b83040 commit 8c57048

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ TermBeam starts a lightweight web server that:
3030

3131
```mermaid
3232
flowchart LR
33-
A["📱 Phone\n(Browser)"] <-->|WebSocket| B["📡 TermBeam\n(Server)"]
34-
B <-->|PTY| C["🖥️ Shell\n(zsh/bash)"]
33+
A["📱 Phone<br>(Browser)"] <-->|WebSocket| B["📡 TermBeam<br>(Server)"]
34+
B <-->|PTY| C["🖥️ Shell<br>(zsh/bash)"]
3535
```

0 commit comments

Comments
 (0)