fix #733: diagram misaligned (#734)

Converted to 7-bit clean us-ascii, which also aligns diagram.
Moved "hall" connection to be inline with Rooms in diagram.
This commit is contained in:
clach04
2026-04-12 21:43:01 -07:00
committed by GitHub
parent f4226047cb
commit c17cf079ad
+26 -26
View File
@@ -218,33 +218,33 @@ There are also **halls**, which connect rooms within a wing, and **tunnels**, wh
You say what you're looking for and boom, it already knows which wing to go to. Just *that* in itself would have made a big difference. But this is beautiful, elegant, organic, and most importantly, efficient.
```
┌─────────────────────────────────────────────────────────────┐
WING: Person
│ │
│ ┌──────────┐ ──hall── ┌──────────┐ │
Room A Room B
│ └────┬─────┘ └──────────┘ │
│ │ │
│ ▼ │
│ ┌──────────┐ ┌──────────┐ │
Closet │ ───▶ │ Drawer
│ └──────────┘ └──────────┘ │
└─────────┼──────────────────────────────────────────────────┘
+------------------------------------------------------------+
¦ WING: Person ¦
¦ ¦
¦ +----------+ +----------+ ¦
¦ ¦ Room A ¦ --hall-- ¦ Room B ¦ ¦
¦ +----------+ +----------+ ¦
¦ ¦ ¦
¦ v ¦
¦ +----------+ +----------+ ¦
¦ ¦ Closet ¦ ---> ¦ Drawer ¦ ¦
¦ +----------+ +----------+ ¦
+---------+--------------------------------------------------+
¦
tunnel
┌─────────┼──────────────────────────────────────────────────┐
WING: Project
│ │ │
│ ┌────┴─────┐ ──hall── ┌──────────┐ │
Room A Room C
│ └────┬─────┘ └──────────┘ │
│ │ │
│ ▼ │
│ ┌──────────┐ ┌──────────┐ │
Closet │ ───▶ │ Drawer
│ └──────────┘ └──────────┘ │
└─────────────────────────────────────────────────────────────┘
¦
+---------+--------------------------------------------------+
¦ WING: Project ¦
¦ ¦ ¦
¦ +----------+ +----------+ ¦
¦ ¦ Room A ¦ --hall-- ¦ Room C ¦ ¦
¦ +----------+ +----------+ ¦
¦ ¦ ¦
¦ v ¦
¦ +----------+ +----------+ ¦
¦ ¦ Closet ¦ ---> ¦ Drawer ¦ ¦
¦ +----------+ +----------+ ¦
+------------------------------------------------------------+
```
**Wings** — a person or project. As many as you need.