pandoc

Convert documents between markup formats using Pandoc options.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/JcgGOs/fulong --skill pandoc-jcggos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pandoc
Source: https://github.com/JcgGOs/fulong/tree/main/skills/pandoc
Command: npx skills add https://github.com/JcgGOs/fulong --skill pandoc-jcggos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting documents between multiple markup formats can be tedious and error-prone; Pandoc provides a single, reliable tool to transform content across Markdown, HTML, LaTeX, PDF, DOCX, EPUB, and more.

Core Features & Use Cases

  • Format-to-format conversion across Markdown, HTML, LaTeX, PDF, DOCX, EPUB, and more.
  • Templates, citations, and style options to support professional publishing workflows.
  • Use Case: convert a Markdown manuscript to PDF for distribution, or extract structured content from HTML for editing.

Quick Start

Convert a Markdown file to PDF by running pandoc input.md -o output.pdf

Frequently Asked Questions about pandoc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert markdown to PDF or DOCX?

To convert markdown to PDF or DOCX, use Pandoc by running a command like `pandoc input.md -o output.pdf`. Pandoc transforms content between markup formats including HTML, LaTeX, and EPUB for versatile publishing workflows.

Can I use templates and citations when converting documents?

Yes, you can apply templates and citations when converting documents. Pandoc supports professional publishing options like `--template`, `--citeproc`, and PDF engine integrations to style academic and technical manuscripts reliably.

Do I need Pandoc installed to use this document conversion skill?

Yes, you need Pandoc installed locally to use this document conversion skill. It acts as the processing engine to execute format transformations across Markdown, HTML, LaTeX, PDF, DOCX, and EPUB files.

What is the best way to extract structured content from HTML for editing?

The best way to extract structured content from HTML for editing is using Pandoc to convert the HTML file into a lightweight markup format like Markdown. This provides a single, reliable tool to transform content across formats.

What formats does Pandoc support for academic and technical publishing?

Pandoc supports format-to-format conversion across Markdown, HTML, LaTeX, PDF, DOCX, and EPUB. It handles academic, technical, and content-creation tasks requiring reliable format transformations with options like `-f` and `-t`.