Skip to content

v2.0.2

Choose a tag to compare

@yuin yuin released this 10 Sep 11:43
· 17 commits to v2 since this release
  • fix(parser): fix indented code block parsing to handle tabs correctly
  • refactor: make parser.Nil primitive type
  • fix: implement FirstRune and LastRune to support CJK-friendly line break strategies correctly
  • fix(extension): strip trailing punctuation exposed by an unmatched ')' in linkify
  • refactor(ast): make Link and Image properties exported