pandoc
Convert documents between formats using pandoc. Markdown to Word, PDF, HTML, and more. Includes Google Docs workflow.
Summary
This skill enables document conversion between formats using pandoc, such as Markdown to Word, PDF, HTML, and more.
- It includes a Google Docs workflow for importing/exporting documents.
- Developers benefit from automating documentation generation, report creation, and cross-format publishing.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install pandoc@<marketplace>
/pluginUse Cases
Usage Examples
/pandoc convert README.md to report.docx
/pandoc convert paper.tex to paper.html --mathjax
/pandoc import from Google Docs 'Meeting Notes' to meeting-notes.md
Security Audits
Frequently Asked Questions
What is pandoc?
This skill enables document conversion between formats using pandoc, such as Markdown to Word, PDF, HTML, and more. It includes a Google Docs workflow for importing/exporting documents. Developers benefit from automating documentation generation, report creation, and cross-format publishing.
How to install pandoc?
To install pandoc: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install pandoc@<marketplace>. Finally, /plugin in Claude Code.
What is pandoc best for?
pandoc is a plugin categorized under Development. It is designed for: documentation, pandoc, document, conversion, markdown, docx, pdf. Created by Peter Linde.
What can I use pandoc for?
pandoc is useful for: Convert a Markdown file to a formatted Word document for client review.; Generate a PDF report from a Markdown source with custom styling.; Transform a LaTeX academic paper into HTML for web publication.; Batch convert multiple Markdown files to EPUB for an ebook.; Import a Google Doc as Markdown to version control documentation.; Convert a Word document to Markdown for use in a static site generator..