commonmark-java 0.18.0
robinst
released this
01 Jul 01:23
·
278 commits
to main
since this release
Changed
- Update to CommonMark spec 0.30:
- Add
textarea
to list of literal HTML block tags.
Likescript
,style
, andpre
,textarea
blocks can contain
blank lines without the contents being interpreted as commonmark. - Fix case folding for link reference labels in some cases
(e.g.ẞ
andSS
should match) - Allow lowercase ASCII in HTML declaration
- Don't let type 7 HTML blocks interrupt lazy paragraphs either
- Add
- Preserve the original case for the label of
LinkReferenceDefinition
.
Before, we used to store the normalized version (lowercase, collapsed whitespace).