| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| markdown.zip | 2025-10-31 | 4.8 MB | |
| markdown.pdf | 2025-10-31 | 1.5 MB | |
| 3.12.0 source code.tar.gz | 2025-10-31 | 7.6 MB | |
| 3.12.0 source code.zip | 2025-10-31 | 7.9 MB | |
| README.md | 2025-10-31 | 1.3 kB | |
| Totals: 5 Items | 21.7 MB | 2 | |
Development:
-
Upgrade from Unicode 16 to Unicode 17. (#585)
-
Produce warning renderers for undefined and multiply defined references to notes, full links, and collapsed links. (requested by @witiko in [#518], added by @witiko and @lostenderman in [#587])
Here is how you might make the warnings part of the output in LaTeX by redefining the warning renderer:
``` tex \documentclass{article} \usepackage[notes]{markdown} \usepackage[english]{babel} \usepackage[autostyle,english=american]{csquotes} \MakeOuterQuote{"} \usepackage{todonotes} \markdownSetup { renderers = { warning = \todo{#1}, }, } \begin{document} \begin{markdown}
Here is an undefined note.[^note]
\end{markdown} \end{document} ```
By default, warnings are logged using the \msg_warning: class of expl3 functions.
Docker:
- Start building Docker images
witiko/markdown:latest-context. (#402, [#586])