From 3f6f2c4e79dbdd4578fbd978f7ae95925b6cda8d Mon Sep 17 00:00:00 2001 From: Marcin Pawlowski Date: Wed, 5 Aug 2026 12:14:35 +0200 Subject: [PATCH] Contents: plain nested list, no HTML entities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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