Skip to content

commonmark-java 0.12.1

Compare
Choose a tag to compare
@robinst robinst released this 22 Nov 00:31

Changed

  • 🚀 Speed up parsing significantly: Compared to the previous version, the
    benchmarks show up to 55% faster parsing for both small and large
    documents! (#137, #140)
  • Parse backslash followed by unescapable character the same way as
    the reference implementations.
  • Build and test on Java 11 as well.
  • autolink: Stop URLs at " and ` as well

Fixed

  • Fix tab handling in ATX and Setext headings.