1.3.0 - 2026-05-20
Release Notes
Merged GFM table cells, inline HTML anchors and structural wrappers, and admonition callout boxes — all additive, render path unchanged for docs that don't use them.
- Merged table cells —
>extends the cell before it by one column,^continues the cell above by one row; markers match raw cell source so\>/\^stay literal. They chain and combine; layout keeps a spanned group whole across page breaks. Plain tables byte-identical. - Inline HTML anchors & structural wrappers —
<a href="…" title="…">…</a>rewrites to a real link token (clickable PDF annotation with tooltip, same path as[text](url "title")).<div>/<section>/<figure>/<figcaption>(joining existing<p>/<center>) unwrap. Malformed input falls through; unknown tags still render verbatim; no scripting introduced. - Admonition / callout boxes — MkDocs
!!! note "Title"(4-space-indented body) and GitHub> [!WARNING]both render as tinted boxes with accent border, bold header, and a vector icon (● ⓘ 💡 ⚠ ⊗, ≡ for unknown kinds). Five first-class kinds absorb aliases (caution/error→danger,important→info,warn/attention→warning,hint→tip); unknown kinds get a grey box with the raw label uppercased. New[admonition]config block plus per-kind[admonition.<kind>]overlays; every bundled theme ships its own palette.
Install markdown2pdf 1.3.0
Install prebuilt binaries via Homebrew
brew install theiskaa/tap/markdown2pdfDownload markdown2pdf 1.3.0
| File | Platform | Checksum |
|---|---|---|
| markdown2pdf-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| markdown2pdf-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| markdown2pdf-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| markdown2pdf-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| markdown2pdf-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |