CommonMark PHP v2.3.4 Release Notes

Release Date: 2022-07-17 // almost 2 years ago
  • ๐Ÿ”„ 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)