local-pandoc
Installation
SKILL.md
Local Pandoc Conversion Skill
This skill uses the pandoc command-line utility to convert documents between numerous markup formats.
Basic Usage
The fundamental structure of a pandoc command is:
pandoc [options] [input-file]…
Simple Conversion
To convert a Markdown file to HTML:
pandoc -o output.html input.md