Skip to content

commonmark-java 0.17.2

Compare
Choose a tag to compare
@robinst robinst released this 14 May 13:44
· 281 commits to main since this release

Changed

  • Pass original instead of normalized label to InlineParserContext for lookup (#204).
    This allows custom contexts to change the lookup logic and have access to the original
    label content.
    In case you have a custom implementation of InlineParserContext, you might need to adjust
    it to do normalization.