From 657c0b25dfa420f247d5c1adce1c14ff28b90508 Mon Sep 17 00:00:00 2001 From: yeasy Date: Thu, 23 Jul 2026 22:57:35 -0700 Subject: [PATCH] test(html-reader): guard the bold-lead-in list rendering with real pandoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reason 640 collapsed lists shipped green is that no test exercised real markdown->HTML rendering — the existing build_html_reader tests stub pandoc with a fake, covering TOC/mermaid plumbing but never the markdown parse. This feeds the exact bold-lead-in pattern through the real pandoc invocation the reader uses and asserts the list survives as