Print CSS is a superpower
You can sneak in a @media print block inside your Markdown’s HTML to set margins, hide elements, or force page breaks before export.
Tip: Use fenced code blocks (```lang) for syntax highlighting.
You can sneak in a @media print block inside your Markdown’s HTML to set margins, hide elements, or force page breaks before export.
On PDF render, emoji fall back to whatever font your system maps—two devices can show different artwork for the same 😊.
Markdown headings become anchors. A generated table of contents links to those anchors, and those links stay clickable in the PDF.
Syntax highlighting is baked in before export. Choose a dark theme and the PDF locks in those styles—no need for a special “print” palette.
Drop an inline SVG in Markdown and it remains vector in the PDF—zoom forever with no pixelation, unlike raster screenshots.