What problem does it solve? Turning markdown documents into polished, paginated PDF deliverables usually requires manual tooling that breaks tables across pages, mangles accented characters, or silently fails when no browser is available. This Skill renders markdown to print-quality PDFs with page-number footers, preserving diacritics, tables, and code blocks. ## Core Features & Use Cases - Markdown-to-PDF pipeline: marked parses the markdown, a sanitizer strips dangerous embedded HTML, and puppeteer-core prints through the system Chrome via page.pdf(). - Print-safe layout: a metric-compatible sans font stack renders French accents on any OS, and break-inside rules keep tables, figures, and code blocks from splitting across pages. - Configurable output: choose US Letter, A4, or Legal formats, custom margins, and document titles; page numbers appear automatically in the footer. - Use Case: Produce a signed French-language audit deliverable (DECLIK Audit Pulse) from a markdown report, with intact accents, euro-symbol tables, and numbered pages. ## Quick Start Ask the agent to render your markdown report into a PDF, for example: convert audit-report.md into an A4 PDF titled "Audit Pulse Q3" with page numbers.