Skip to content

commonmark-java 0.25.0

Latest
Compare
Choose a tag to compare
@robinst robinst released this 20 Jun 13:16
· 3 commits to main since this release

Added

  • Include OSGi metadata in jars (META-INF/MANIFEST.MF files) (#378)
  • More documentation with examples for Node classes (#370)

Changed

  • GitHub tables: Tables are now parsed even if there's no blank line before the
    table heading, matching GitHub's behavior. (#381)

Fixed

  • MarkdownRenderer: Fix precedence for nodeRendererFactory: Factories passed
    to the builder can now override rendering for core node types. (#368)
  • MarkdownRenderer: Fix exception with ordered lists with a long first number
    followed by a shorter one (#382)
  • Fix warning in Eclipse about "missing 'requires transitive'" (#358)
  • Fix Android incompatibility with requireNonNullElseGet (#369)