commonmark-java 0.25.0
·
44 commits
to main
since this release
Added
- Include OSGi metadata in jars (
META-INF/MANIFEST.MFfiles) (#378) - More documentation with examples for
Nodeclasses (#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 fornodeRendererFactory: 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)