What problem does it solve? Turning markdown into a polished, print-ready PDF usually requires manual typesetting or fragile toolchain setups. This Skill renders markdown into finished PDF documents with proper margins, page numbers, cover pages, clickable tables of contents, and optional DRAFT watermarks, all from a single command. ## Core Features & Use Cases - Markdown to PDF generation: Render any .md file into a PDF with 1in margins, running headers, page numbers, smart typography (curly quotes, em dashes), and a CONFIDENTIAL footer by default. - Publication layout options: Add cover pages, clickable TOCs, chapter breaks at each H1, custom titles/authors, and diagonal DRAFT watermarks via flags like --cover, --toc, and --watermark. - Diagram and image rendering: Mermaid and Excalidraw code fences render as vector diagrams offline, local images are inlined and downscaled to print resolution, and HTML/DOCX outputs are also supported. - Use Case: You wrote a project proposal in markdown and need to send a polished document to stakeholders. Run the generate command with --cover and --toc to produce a finished PDF with a cover page and navigable table of contents. ## Quick Start Ask the agent to turn your markdown file into a PDF, for example: make a PDF from proposal.md with a cover page and table of contents.