From 7145577df778b0d0ca92d3341ca8c30b69a8cbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Thu, 14 May 2026 20:43:36 +0200 Subject: [PATCH] doc: fix ASCII diagram alignment in user index. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace `◀` / `▶` (often rendered as double-width emoji glyphs) with `←` / `→` (single-cell in every monospace font) so the box borders line up correctly. Co-Authored-By: Claude Opus 4.7 --- doc/user/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/index.md b/doc/user/index.md index 7bb1202..a7892c1 100644 --- a/doc/user/index.md +++ b/doc/user/index.md @@ -17,7 +17,7 @@ session as a script. ``` ┌──────────┐ ┌──────────┐ │ Module A │ │ Module B │ -│ Part J1 │◀──▶│ Part P1 │ <— a Connection (built by `connect`) +│ Part J1 │←──→│ Part P1 │ <— a Connection (built by `connect`) │ pins │ │ pins │ └──────────┘ └──────────┘ ```