Download Latest Version commonmark-java 0.27.0 source code.tar.gz (348.5 kB)
Email in envelope

Get an email when there's a new version of commonmark-java

Home / commonmark-parent-0.26.0
Name Modified Size InfoDownloads / Week
Parent folder
commonmark-java 0.26.0 source code.tar.gz 2025-09-13 347.4 kB
commonmark-java 0.26.0 source code.zip 2025-09-13 570.2 kB
README.md 2025-09-13 593 Bytes
Totals: 3 Items   918.2 kB 0

Changed

  • A LinkProcessor using replaceWith now also stops outer links from being parsed as links, same as with wrapTextIn. This prevents nested links, see footnotes change below.

Fixed

  • Fix rendering of image alt text to include contents of code spans (`code`). (#398)
  • footnotes: Fix footnotes nested within links. Before, both the link and the footnote reference would be parsed and lead to nested <a> elements, which is disallowed. Now, only the footnote is parsed and the outer link becomes plain text; this matches the behavior of links. (#400)
Source: README.md, updated 2025-09-13