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, running headers, curly quotes, and clean copy-paste output. ## Core Features & Use Cases - One-command rendering: Run generate on any markdown file to get a PDF with 1in margins, running headers, page numbers, and a CONFIDENTIAL footer by default. - Publication layout: Add a cover page, clickable table of contents, chapter breaks per H1, and author/title metadata with flags like --cover --toc. - Draft watermark and preview: Apply a diagonal DRAFT watermark for work-in-progress documents, or use preview to iterate on HTML in the browser before generating the PDF. - Diagram rendering: Mermaid and Excalidraw code fences render as vector diagrams offline, with per-diagram caption and page-orientation options. - Use Case: You wrote a project memo in markdown and need to send it as a formal document. Run the generate command with your file to produce a finished PDF with headers, page numbers, and clean typography. ## Quick Start Ask the agent to turn your markdown file into a PDF, for example: make a PDF from memo.md with a cover page and table of contents.