Skip to content

commonmark-java 0.17.1

Compare
Choose a tag to compare
@robinst robinst released this 04 Feb 00:02
· 269 commits to main since this release

Fixed

  • Fix emphasis surrounded by non-BMP punctuation/whitespace characters
    (characters that are longer than one UTF-16 "char"). Note that this is
    an edge case with rarely used Unicode characters, which a lot of other
    implementations don't handle correctly.
  • Fix tables where the row starts with spaces and then the first | -
    rows that didn't have spaces before were not affected (#199). This bug
    is present in 0.16.1 and 0.17.0.