mistletoe v0.7.2 Release Notes

Release Date: 2019-06-08 // almost 5 years ago
  • Fixed:

    • ๐Ÿ›  Fixed incorrect handling of loose list (#54, #65, thanks @Rogdham and @vallentin)
    • ๐Ÿ›  Fixed FileWrapper backstep after StopIteration (#58, thanks @Rogdham)
    • ๐Ÿ‘ Allow more than one level of token subclass (#62, thanks @Rogdham)
    • Tables can handle rows with missing columns (#67, thanks @Grollicus)
    • ๐Ÿ›  Fixed unresolved reference (#73, thanks @vallentin)
    • ๐Ÿ›  Fixed EOL markers in LaTeX tables (#79, thanks @liuq)

    โœ… Testing:

    • โž• Add Python 3.7 to integration testing (#63, thanks @nikolas)

Previous changes from v0.7.1

  • Fixed :

    • only matching the first instance of InlineCode (#50, thanks @huettenhain);
    • normalize newlines after every line (#51, thanks @elebow and @rsrdesarrollo);
    • trailing characters after reference definition.

    ๐ŸŽ Performance :

    • ๐Ÿ“œ small speed boost to ParseToken.append_child.