md2pdf
Installation
SKILL.md
md2pdf
Convert markdown files to professionally formatted PDF documents using pandoc.
Instructions
When the user asks to convert a markdown file to PDF, follow these steps:
- Verify pandoc is installed
- Run
pandoc --versionto check if pandoc is available - If not installed, provide installation instructions for the user's platform:
- macOS:
brew install pandoc - Linux:
sudo apt-get install pandocorsudo yum install pandoc - Windows: Download from https://pandoc.org/installing.html
- macOS:
- Run