What problem does it solve? Turning markdown into a polished PDF usually means fighting with print CSS, page breaks, and typography by hand. This Skill renders markdown files into finished PDF documents with proper margins, page numbers, running headers, curly quotes, and clean copy-paste output, so the result looks like a finished document rather than a draft artifact. ## Core Features & Use Cases - Markdown to PDF rendering: Generate a PDF from any .md file with one command, including running headers, page numbers, and a CONFIDENTIAL footer by default. - Publication layout: Add a cover page, clickable table of contents, chapter breaks at each H1, and PDF bookmarks for long-form essays and reports. - Draft watermarking and preview: Stamp a diagonal DRAFT watermark across every page, or render HTML in a browser for fast iteration before producing the final PDF. - Use Case: You finish writing a memo in markdown and need to send it as a formal document. Run the generate command with the --cover and --toc flags to produce a branded, paginated PDF ready to share. ## Quick Start Ask the assistant to turn your markdown file into a PDF, for example: make a PDF from essay.md with a cover page and table of contents.