Releases: thephpleague/commonmark
Releases · thephpleague/commonmark
2.3.6
30 Oct 16:47
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed unquoted attribute parsing when closing curly brace is followed by certain characters (like a .) (#943 )
2.3.5
29 Jul 11:00
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed error using InlineParserEngine when no inline parsers are registered in the Environment (#908 )
2.3.4
17 Jul 16:26
Compare
Sorry, something went wrong.
No results found
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 )
2.3.3
07 Jun 21:30
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed DomainFilteringAdapter not reindexing the embed list (#884 , #885 )
2.3.2
03 Jun 14:11
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881 )
2.2.5
03 Jun 14:10
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881 )
2.3.1
14 May 15:39
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867 )
2.2.4
14 May 15:34
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867 )
2.3.0
07 Apr 22:43
Compare
Sorry, something went wrong.
No results found
Added
Added new EmbedExtension (#805 )
Added DocumentRendererInterface as a replacement for the now-deprecated MarkdownRendererInterface
Deprecated
Deprecated MarkdownRendererInterface; use DocumentRendererInterface instead
2.2.3
26 Feb 21:29
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed front matter parsing with Windows line endings (#821 )