Skip to content

Version 0.6 Poinsettia

Compare
Choose a tag to compare
@miyuchina miyuchina released this 02 May 02:09
· 400 commits to master since this release

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.