Skip to content

commonmark-java 0.9.0

Compare
Choose a tag to compare
@robinst robinst released this 03 Mar 06:54
· 586 commits to main since this release
  • Support restricting which block types are parsed, see enabledBlockTypes method on Parser.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 on Parser.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 to dependencyManagement in parent pom, thanks @drobert