What problem does it solve? Turning Markdown notes, lecture materials, or reports into polished printable handouts usually requires manual layout work, and content often overflows page boundaries when printed. This Skill automates the conversion into A4 PDF-ready HTML with a consistent monochrome theme and automatic page overflow prevention. ## Core Features & Use Cases - Markdown to A4 HTML conversion: Parses headings, lists, quotes, tables, and code blocks, then maps them to styled HTML components (cards, steps, quote blocks, highlight boxes). - Page overflow prevention: Groups content into indivisible logical blocks and budgets each page against a 233mm height target so nothing gets cut off when printing. - Monochrome Dark theme with custom override: Ships a brand-neutral black/white theme using Pretendard and Helvetica Neue, and accepts a user-supplied style guide for custom CSS. - Use Case: After a workshop, convert your session-notes.md into a professional handout by simply asking for a handout, then open the generated HTML in a browser and print to PDF. ## Quick Start Ask the AI to create a handout from your Markdown file, for example: "Make a handout from @session-notes.md" and then open the generated HTML file in a browser and print it to PDF.