markdown-to-pdf
Installation
SKILL.md
Markdown To PDF
Use this skill to render Markdown files into clean local PDFs with the bundled renderer in scripts/markdown_to_pdf.py.
Default behavior
- Prefer a pageless-style PDF: one tall page sized to the content height.
- Use A4 width unless the user asks for something else.
- Keep the output visually minimal and text-first.
Workflow
- Confirm the input Markdown path and desired output PDF path.
- Run the bundled renderer.
- Use the default fit-to-content mode unless the user explicitly wants standard pages.
- Verify the PDF was created and report the output path.