Commonmark Versions Save

Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.

2.3.2

2 years ago

Fixed

  • Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)

2.2.5

2 years ago

Fixed

  • Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)

2.3.1

2 years ago

Fixed

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

2.2.4

2 years ago

Fixed

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

2.3.0

2 years ago

Added

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

Deprecated

  • Deprecated MarkdownRendererInterface; use DocumentRendererInterface instead

2.2.3

2 years ago

Fixed

  • Fixed front matter parsing with Windows line endings (#821)

2.1.3

2 years ago

Fixed

  • Fixed front matter parsing with Windows line endings (#821)

2.0.4

2 years ago

Fixed

  • Fixed front matter parsing with Windows line endings (#821)

2.2.2

2 years ago

Fixed

  • Fixed double-escaping of image alt text (#806, #810)
  • Fixed Psalm typehints for event class names

2.1.2

2 years ago

Fixed

  • Fixed double-escaping of image alt text (#806, #810)
  • Fixed Psalm typehints for event class names