mistletoe v0.6 Release Notes

Release Date: 2018-05-02 // almost 6 years ago
  • Features:

    • โž• added Pygments renderer to contrib (#35, thanks to @Bridouz);
    • ๐Ÿ‘ HTMLSpan now supports comments (#37);
    • (more or less) Commonmark compliant List implementation (#40).

    ๐Ÿ›  Fixes:

    • ๐Ÿ”„ changed logo to an actual mistletoe (#21, thanks to @liuq);
    • ๐Ÿ‘ allow lists after block tokens without newlines (#34, thanks to @huettenhain);
    • recognize headings within paragraphs (#36);
    • disallow opening space in html tag (#37).

    ๐ŸŽ Performance :

    • โœ‚ removed FileWrapper.normalize;
    • utilized universal newline mode.

    ๐Ÿ’ฅ Breaking changes :

    • BlockToken.start does not advance file iterator.

    Special shout-out to @joncass for raising the unattributed issues above, and giving me the motivation to finally fix the list implementation!

    ๐Ÿš€ Note that this is a release with major changes. If you notice any rough edges (as there will certainly be), please do not hesitate to open an issue.