Skip to content

v0.6.1

Compare
Choose a tag to compare
@miyuchina miyuchina released this 13 May 14:40
· 382 commits to master since this release

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-".