Releases: thephpleague/commonmark
Releases · thephpleague/commonmark
2.3.8
Fixed
- Fixed parsing issues when
mb_internal_encoding()
is set to something other than UTF-8
(#951)
2.3.7
Fixed
- Fixed
TaskListItemMarkerRenderer
not including HTML attributes set on the node by other extensions (#947)
2.3.6
Fixed
- Fixed unquoted attribute parsing when closing curly brace is followed by certain characters (like a
.
) (#943)
2.3.5
Fixed
- Fixed error using
InlineParserEngine
when no inline parsers are registered in the Environment
(#908)
2.3.4
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
Fixed
- Fixed
DomainFilteringAdapter
not reindexing the embed list (#884, #885)
2.3.2
Fixed
- Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
2.2.5
Fixed
- Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
2.3.1
Fixed
- Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
2.2.4
Fixed
- Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)