v1.0.1
v1.0.1 (2026-04-28)
This release is published under the MIT License.
Bug Fixes
- parser: Extract bullet text from paragraph children in loose lists (
95f389b)
Mistune wraps list_item content in block_text for tight lists and in paragraph for loose lists. Only block_text was being extracted into item spans, so loose-list bullets rendered with empty text — the renderer's if not block.text short-circuit dropped the paragraph child entirely.
Detailed Changes: v1.0.0...v1.0.1