commonmark-java 0.8.0
robinst
released this
09 Dec 02:44
·
632 commits
to main
since this release
Update to CommonMark spec 0.27 (#73):
- Treat h2..h6 as HTML blocks well
- Allow shortcut reference link before open parenthesis (if parenthesis is not part of a valid inline link)
API changes:
AttributeProvider.setAttributes
now has an additionaltagName
argument and is called for all HTML tags of a block. This allows users to add attributes for thepre
tag of a code block in addition tocode
. Also added attribute provider support for additional HTML tags, namelyem
,strong
,code
andbr
. (#74)
ext-autolink:
- Bump version of autolink-java dependency (no changes affecting extension)
ext-heading-anchor:
- Fix IllegalArgumentException on Android (#71)