| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| markdown.pdf | 2026-06-17 | 1.5 MB | |
| markdown.zip | 2026-06-17 | 4.9 MB | |
| 3.16.0 source code.tar.gz | 2026-06-17 | 7.5 MB | |
| 3.16.0 source code.zip | 2026-06-17 | 7.9 MB | |
| README.md | 2026-06-17 | 947 Bytes | |
| Totals: 5 Items | 21.8 MB | 0 | |
Development
This version of the Markdown package has added the following new features:
- Allow delimiters other than
{and}after\markinline. (#646, d17a31f6)
This allows potentially unbalanced braces to appear in the markdown text:
tex
\documentclass{article}
\usepackage[bracketed_spans]{markdown}
\begin{document}
\markinline|[JSON]{.acronym}|
\end{document}
Continuous integration
This version of the Markdown package has made the following changes to our continuous integration:
-
Fix @mermaid-js/mermaid-cli not downloading chrome-headless-shell. (b5cc155e)
-
In
workflows/main.yml, addbuildDocumentationdispatch input. (effc46de, 8b6a4d20)
This allows running the pipeline without building the documentation and example documents, which is helpful in quickly building a Docker image, especially if building the documentation and example documents fails.