| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| markdown.pdf | 2026-04-08 | 1.5 MB | |
| markdown.zip | 2026-04-08 | 4.9 MB | |
| 3.15.0 source code.tar.gz | 2026-04-08 | 7.5 MB | |
| 3.15.0 source code.zip | 2026-04-08 | 7.9 MB | |
| README.md | 2026-04-08 | 1.1 kB | |
| Totals: 5 Items | 21.8 MB | 8 | |
Development
This version of the Markdown package has added the following new features:
- Add a new
htmlOutputoption to produce fine-grained HTML renderers based on CommonMark's grammar. (suggested by @u-fischer and @Witiko in [#597] and [#606], contributed by @herley-shaori in [#635], 72a8b365, and f46a49ad with a review by @lostenderman)
Fixes
This version of the Markdown package has fixed the following issues:
- Strip leading and trailing spaces for
inlineHtmlCommentrenderers. (#635) - Specify
.value_required:n = { true }for all options that require values. (discovered by @michal-h21 in [#615], fixed in [#640]) - Parse the content of inline HTML comments. (described in [#641], fixed in [#642])
Continuous integration
This version of the Markdown package has made the following changes to our continuous integration:
- Disable caching in the
zauguin/install-texliveaction. (added by @zauguin in zauguin/install-texlive#128 and 9c4245d3) - Update the
zauguin/install-texliveaction to v4.3. (e3db1102)