jgm/pandoc

Description: Universal markup converter

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 20 minutes ago
Added to GitGenius on June 21st, 2026
Created on March 20th, 2010
Open Issues & Pull Requests: 1,049 (+0)
Number of forks: 3,917
Total Stargazers: 45,461 (+0)
Total Subscribers: 528 (+0)

Issue Activity (beta)

Open issues: 325
New in 7 days: 4
Closed in 7 days: 3
Avg open age: 1,207 days
Stale 30+ days: 310
Stale 90+ days: 280

Recent activity

Opened in 7 days: 1
Closed in 7 days: 3
Comments in 7 days: 11
Events in 7 days: 20

Top labels

  • bug (721)
  • enhancement (348)
  • writer (174)
  • reader (164)
  • format:LaTeX (74)
  • format:Docx (68)
  • format:Markdown (49)
  • status:more-discussion-needed (35)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 4.8 days
90th percentile: 1.8 hours
Tracked items: 1,314

Most active contributors

Detailed Description

Pandoc is a universal markup converter implemented as both a Haskell library and command-line tool, designed to transform documents between dozens of different markup and document formats. The project serves as a critical bridge for users and developers who need to work across incompatible document ecosystems, from academic publishing to web content management to technical documentation.

The scope of format support is extensive. Pandoc can read from over fifty input formats including CommonMark and GitHub-Flavored Markdown, LaTeX, HTML, DOCX, EPUB, reStructuredText, AsciiDoc, Org mode, Jupyter notebooks, PowerPoint presentations, and numerous bibliography formats like BibTeX, BibLaTeX, and CSL JSON. The output format list is similarly comprehensive, enabling conversions to Markdown variants, LaTeX, HTML, DOCX, EPUB, PDF through intermediate formats, presentation formats like PPTX, and many others. This breadth makes Pandoc invaluable for document pipeline automation and format migration tasks that would otherwise require multiple specialized tools.

The repository shows strong ongoing maintenance and community engagement. GitGenius tracking data reveals that across 1302 issues and pull requests, the median response latency is essentially immediate at 0.0 hours, with a mean of 112.8 hours, indicating responsive triage and discussion. The most frequently tagged issues relate to bugs (713 occurrences), enhancements (346), and writer functionality (173), suggesting the project maintains active quality control while continuously expanding capabilities. The core maintainer jgm has logged 4009 tracked events, with significant contributions from tarleb (1261 events) and mb21 (292 events), demonstrating a stable but engaged core team managing the project's evolution.

The project's influence extends beyond its direct user base. GitGenius identifies overlapping contributors with major repositories including microsoft/vscode, rust-lang/rust, and microsoft/typescript, indicating that Pandoc developers participate in broader open-source ecosystems and that the tool has relevance across multiple programming language communities. This cross-pollination suggests Pandoc serves infrastructure needs that span different technical domains.

Pandoc's implementation in Haskell reflects a deliberate architectural choice for a tool requiring robust parsing and transformation of complex document structures. The library-plus-CLI design allows both programmatic integration for developers building document processing pipelines and direct command-line usage for end users and scripts. The project's homepage at pandoc.org and its classification across multiple categories including document conversion, markup formats, LaTeX, PDF generation, HTML export, bibliography support, and command-line tooling reflects its position as a foundational utility in the document processing ecosystem. The README generation process itself, documented in the excerpt showing automated generation from templates and manual files, demonstrates the project's commitment to maintaining comprehensive documentation alongside its code.

pandoc
by
jgmjgm/pandoc

Repository Details

Fetching additional details & charts...