lovstudio:md2pdf
Installation
SKILL.md
md2pdf — Markdown to PDF (pandoc)
Quick conversion from Markdown to PDF using pandoc + xelatex. Supports CJK text out of the box with PingFang SC. For simple documents where you just need a clean PDF — no cover page, no TOC, no themes.
For feature-rich PDF generation, use lovstudio:any2pdf instead.
When to Use
- User wants a quick PDF from a markdown file
- Document is simple (no need for cover page, TOC, watermarks)
- User explicitly asks for pandoc-based conversion
Workflow
Step 1: Identify markdown files
Locate the .md file(s) the user wants to convert.
Related skills