From c17cf079ad29049936ce68c98c7574f27b10b4ab Mon Sep 17 00:00:00 2001 From: clach04 Date: Sun, 12 Apr 2026 21:43:01 -0700 Subject: [PATCH] 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. --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 1ef11e1..cf16d33 100644 --- a/README.md +++ b/README.md @@ -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.