What problem does it solve? Turning markdown into a polished, print-ready PDF usually requires manual layout work in a word processor. This Skill renders markdown directly into a finished PDF with proper margins, page breaks, page numbers, typography, and optional cover pages, so the output is a finished document rather than a draft artifact. ## Core Features & Use Cases - Markdown to PDF generation: Render any .md file into a PDF with 1in margins, running headers, page numbers, curly quotes, and clean copy-paste text. - Publication layout options: Add cover pages, clickable tables of contents, chapter breaks at each H1, and diagonal DRAFT watermarks. - Diagram and image handling: Mermaid and Excalidraw code fences render as vector diagrams offline, and local images are inlined, scaled to print resolution, and never truncated. - Alternate formats: Export the same markdown as a single self-contained HTML file or a DOCX with content fidelity. - Use Case: Ask the assistant to turn a project memo written in markdown into a watermarked draft PDF, then regenerate it without the watermark once finalized. ## Quick Start Ask the assistant to turn your markdown file into a PDF, for example by saying "make a PDF from report.md with a cover page and table of contents".