Pandoc: convert Markdown to PDF (with Typst)

Pandoc supports Typst as pdf-engine as an alternative to the default LaTeX engine. For example:

pandoc -M mainfont:'Helvetica Neue' --pdf-engine typst IN.md -o OUT.pdf

-M mainfont:'...' can be used to set the font. Currently, the mainfont parameter is needed to work around a font fallback list must not be empty error with Typst v0.14.

Created 2025-10-30T19:38:04+01:00, updated 2025-10-30T19:41:08+01:00 · History · Edit