Skip to content

2.3.4

Compare
Choose a tag to compare
@colinodell colinodell released this 17 Jul 16:26
· 73 commits to 2.3 since this release
2.3.4
155ec1c

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)