Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 23:04
· 14 commits to main since this release

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