Skip to content

v0.4.4

Latest

Choose a tag to compare

@edadma edadma released this 07 May 22:50
· 20 commits to stable since this release

Bug fix

  • Fix MatchError: Paragraph(...) in DefinitionListBlock rendering. The
    renderer was calling the public renderToHTML(node, config) on each
    definition body, but that entry point only handles Document and
    threw a MatchError for the Paragraph every parsed definition body
    actually contains. Now goes through renderBlockToHTML directly,
    which handles all Block subtypes uniformly. Regression test added
    in DefinitionListBlockParserTest.

Tests

  • 995 / 995 passing across JVM / JS / Native, including all 652
    CommonMark 0.31.2 spec tests.

Full changelog: v0.4.3...v0.4.4