Markdown to PDF generation without LaTeX
Zero-config Markdown→PDF via Typst, but Pandoc already does this with more flexibility.
Markdown to PDF via Typst. single binary, LaTeX math, beautiful templates
Typst-powered Markdown-to-PDF beats Pandoc+LaTeX, but Pandoc already owns this niche.
Developers and writers who need fast, offline Markdown-to-PDF conversion without LaTeX overhead.
Pandoc · WeasyPrint · Typst CLI (direct)
Under the hood it parses Markdown with comrak, converts to Typst, and compiles to PDF in-process. No LaTeX installation, no network calls, no temp files flying around.
What it handles: LaTeX math ($E=mc^2$, display blocks), GFM tables, fenced code blocks, YAML frontmatter (title/author/lang/toc), and two built-in templates. You can also pass your own .typ template.
CJK support was a pain point I wanted to solve properly. mdxport fonts install downloads Noto CJK fonts, and the converter auto-detects CJK characters and warns if fonts are missing. Chinese/Japanese/Korean documents just work.
Watch mode (mdxport input.md -w) recompiles on save. Stdin works too: cat notes.md | mdxport -o notes.pdf.
Install: npm install -g @mdxport/cli (ships platform-specific binaries, no Rust toolchain needed) or cargo install mdxport.
https://github.com/cosformula/mdxport-cli (MIT, Rust, 55 tests, CI builds for macOS/Linux/Windows)
There's also a web version at https://mdxport.com if you prefer a browser UI.
Zero-config Markdown→PDF via Typst, but Pandoc already does this with more flexibility.
Rust-based PDF parser that keeps tables intact for LLM ingestion.
reST to Typst converter, but Pandoc already does this in one direction.
PDF-to-Markdown for LLMs when JinaAI and Firecrawl already exist.
4MB binary renders manuscripts faster than Puppeteer-based PDF tools.
Markdown-to-KDP pipeline for authors who hate Word and InDesign.