mistletoe v0.5.5 Release Notes

Release Date: 2018-04-15 // about 6 years ago
  • Features:

    • โž• added default render methods for all tokens;
    • added reset_tokens function to block_token and span_token;
    • ๐Ÿ‘ allowed BlockToken.read to return any iterable;
    • BaseRenderer is now available at mistletoe.BaseRenderer;
    • โž• added Scheme.

    ๐Ÿ›  Fixes:

    • ๐Ÿ‘ throw better AttributeError when accessing RawText.children (#31, thanks @jabdoa2);
    • disallow whitespace in span_token.Link (#32, thanks @DMRobertson);
    • ๐Ÿ‘ allowed empty alt text in Image and FootnoteImage (#33, thanks @joncass).