commonmark-java 0.9.0
robinst
released this
03 Mar 06:54
·
612 commits
to main
since this release
-
Support restricting which block types are parsed, see
enabledBlockTypes
method onParser.Builder
(#43), thanks @marksliva, @pivotal-graham-bell and @lalunamel.This allows you to disable parsing of e.g. headings, they will just be parsed as paragraphs instead.
-
Allow customizing the inline parser, see
inlineParserFactory
method onParser.Builder
(#68), thanks @vreynolds and @lalunamel.Note that this is experimental and currently requires using internal classes.
-
Wrap escaped HTML blocks in a
<p>
tag (#78) -
Add missing
ext-heading-anchor
todependencyManagement
in parent pom, thanks @drobert