mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-07 11:43:20 +00:00
The previous version used to fake the indent of subsection lines. That is an HTML entity leaking into markdown: Obsidian renders it literally rather than as leading space, so the block reads as broken there. Rebuilt as a genuine nested markdown list, one subsection per line, indented four spaces. Four rather than two because python-markdown (used by scripts/build_html.py) needs four for reliable nesting, while Obsidian and GitHub accept it equally — so the same source renders correctly in all three. Verified the nesting is real in the built HTML (nested <ul> inside <li>, not a flattened list) and that the block still covers all 47 anchors with none dangling and none missing. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>