mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 08:28:07 -05:00
A bold lead-in paragraph (e.g. **Step 2**: ...) immediately followed by a list item with no blank line between them is parsed by Pandoc as one paragraph, so the list marker can render inline. Add a markup check (check markup --scope list-spacing) that flags this, extend the format lists fixer to insert the blank line for bold lead-ins (not just colon-terminated lead-ins), and cover both with tests.