Skip to content

1.3.0 - 2026-05-20

Choose a tag to compare

@github-actions github-actions released this 21 May 08:52
e5afc7e

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/errordanger, importantinfo, warn/attentionwarning, hinttip); 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.

Resolves #83, #84, and #86.

Install markdown2pdf 1.3.0

Install prebuilt binaries via Homebrew

brew install theiskaa/tap/markdown2pdf

Download 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