| Name | Modified | Size | Downloads / 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
LinkProcessorusingreplaceWithnow also stops outer links from being parsed as links, same as withwrapTextIn. 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)