What problem does it solve? Turning markdown into a polished, print-ready PDF usually requires manual layout work in a word processor or fragile pandoc pipelines. This Skill renders markdown directly into a finished PDF with proper margins, page numbers, cover pages, clickable tables of contents, and even rendered mermaid and excalidraw diagrams, all from one command. ## Core Features & Use Cases - Publication-quality PDF generation: Renders markdown with 1in margins, running headers, page numbers, curly quotes, optional cover pages, clickable TOCs, and diagonal DRAFT watermarks. - Diagram and image handling: Renders mermaid and excalidraw code fences as vector diagrams, inlines local images at print resolution, and auto-promotes wide diagrams to landscape pages. - Multiple output formats: Produces PDF, single-file self-contained HTML, or DOCX (content fidelity) from the same markdown source. - Use Case: You finish a design memo in markdown and need to circulate a formal version. Run the generate command with --cover --toc to produce a PDF with a cover page, clickable table of contents, and page numbers, or add --watermark DRAFT while it is still under review. ## Quick Start Ask the assistant to turn your markdown file into a PDF, for example: make a PDF of essay.md with a cover page and table of contents.