Version 0.6 Poinsettia
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.