All Versions
58
Latest Version
Avg Release Cycle
34 days
Latest Release
533 days ago

Changelog History
Page 1

  • v2.3.7 Changes

    November 03, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed TaskListItemMarkerRenderer not including HTML attributes set on the node by other extensions (#947)
  • v2.3.6 Changes

    October 30, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed unquoted attribute parsing when closing curly brace is followed by certain characters (like a .) (#943)
  • v2.3.5 Changes

    July 29, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed error using InlineParserEngine when no inline parsers are registered in the Environment (#908)
  • v2.3.4 Changes

    July 17, 2022

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ Made a number of small tweaks to the embed extension's parsing behavior to fix #898:
      • Changed EmbedStartParser to always capture embed-like lines in container blocks, regardless of parent block type
      • Changed EmbedProcessor to also remove Embed blocks that aren't direct children of the Document
      • Increased the priority of EmbedProcessor to 1010

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed EmbedExtension not parsing embeds following a list block (#898)
  • v2.3.3 Changes

    June 07, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed DomainFilteringAdapter not reindexing the embed list (#884, #885)
  • v2.3.2 Changes

    June 03, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
  • v2.3.1 Changes

    May 14, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
  • v2.3.0 Changes

    April 07, 2022

    โž• Added

    • โž• Added new EmbedExtension (#805)
    • โž• Added DocumentRendererInterface as a replacement for the now-deprecated MarkdownRendererInterface

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ Deprecated MarkdownRendererInterface; use DocumentRendererInterface instead
  • v2.2.5 Changes

    June 03, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
  • v2.2.4 Changes

    May 14, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)