mistletoe v0.6.1 Release Notes

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

    • CommonMark compliant CodeFence (#41);
    • ๐Ÿ‘ allow multiple backticks for InlineCode;
    • strips whitespace around InlineCode;

    ๐Ÿ›  Fixed :

    • Separator needs at least three characters;
    • indented code blocks should not interrupt paragraphs (#40, thanks @joncass);
    • crashes when sublists have different marker type (#42, thanks @JBartlett86);
    • typo in Paragraph.read (#43, thanks @NatTupper);
    • ๐Ÿ›  preliminary fixes for handling loose lists (#44, thanks @huettenhain);
    • โœ‚ removed corrupted block_token.until function;
    • html code language tags starts with "language-".