From 55036d925a783c300217858e3282a974a9d009b8 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 30 May 2026 22:05:31 +0100 Subject: [PATCH] docs(EXPLAINME): convert Markdown code fence to AsciiDoc literal block Replaces the Markdown ``` ... ``` directory tree with AsciiDoc ---- form so asciidoctor renders it as a literal block instead of raw text. Part of the cross-estate "EXPLAINME.adoc quote fixes" sweep (5 affected repos, 30 markers total). Co-Authored-By: Claude Opus 4.7 (1M context) --- EXPLAINME.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXPLAINME.adoc b/EXPLAINME.adoc index 4e01983..bc3aef6 100644 --- a/EXPLAINME.adoc +++ b/EXPLAINME.adoc @@ -62,7 +62,7 @@ together rather than fight over the same files. == Where does it live in the repo? -``` +---- boj-server/ └── coord-tui/ ├── Cargo.toml @@ -71,4 +71,4 @@ boj-server/ │ └── coord-hooks.sh # source from .bashrc / .zshrc └── src/ └── main.rs -``` +----