xoofx/markdig

A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 12th, 2026
Created on May 25th, 2016
Open Issues & Pull Requests: 121 (+1)
GitHub issues: Enabled
Number of forks: 511
Total Stargazers: 5,323 (+0)
Total Subscribers: 96 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.8 hours
Mean response time: 102.0 days
90th percentile: 110.0 days
Tracked items: 92

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 21 hours, while "bug" waits about 2 weeks. Only 9% of issues opened in the past year have been closed. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 2
Closed in 7 days: 2
Avg open age: 976 days
Stale 30+ days: 22
Stale 90+ days: 21

Recent activity

Opened in 7 days: 1
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (32)
  • PR Welcome! (30)
  • bug (29)
  • enhancement (13)
  • invalid (12)
  • wontfix (2)
  • Hacktoberfest (1)

Detailed Description

Markdig is a Markdown processor for .NET that parses and converts Markdown to HTML and other formats.

The tool solves the problem of processing Markdown documents in .NET applications by providing a fast, CommonMark-compliant parser with extensibility built in. It handles standard Markdown syntax while supporting multiple flavors including GitHub Flavored Markdown. The processor works by parsing Markdown input and converting it to various output formats, with performance optimized for typical document processing workloads.

Developers should choose Markdig when building .NET applications that need reliable Markdown processing with CommonMark compliance as a baseline. It suits projects ranging from static site generators to documentation systems to content management platforms where Markdown is a primary input format. The tool's extensibility means you can add custom syntax extensions or output renderers without forking the codebase, making it adaptable to domain-specific Markdown variants.

The project maintains active continuous integration with automated testing on each commit. Code coverage is tracked and monitored to maintain quality standards. The tool is distributed as a NuGet package, making integration into .NET projects straightforward.