commonmark-java 0.12.1
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.