markdown-it/markdown-it

Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 11 minutes ago
Added to GitGenius on September 2nd, 2026
Created on December 19th, 2014
Open Issues & Pull Requests: 8 (+0)
GitHub issues: Enabled
Number of forks: 1,843
Total Stargazers: 21,886 (+0)
Total Subscribers: 178 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 39.9 hours
Mean response time: 118.0 days
90th percentile: 421.8 days
Tracked items: 129

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 10% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 352 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

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

Top labels

  • invalid (3)
  • question (3)
  • bug (1)
  • dev memo (1)
  • discuss (1)

Most active issues this week

Detailed Description

markdown-it is a markdown parser that provides complete CommonMark specification compliance with support for extensions and syntax plugins.

The project solves the problem of parsing markdown text accurately and efficiently. It implements the full CommonMark specification, ensuring consistent behavior across different markdown documents. The parser is built with a plugin architecture that allows developers to extend its functionality through custom syntax plugins and extensions without modifying the core parser. This modular design separates concerns between the base parsing logic and additional features, making it straightforward to add support for non-standard markdown syntax or customize parsing behavior.

Developers should choose this tool when they need a standards-compliant markdown parser with the flexibility to add custom syntax support. It suits projects ranging from static site generators to documentation systems to any application that needs to convert markdown to HTML or other formats. The emphasis on CommonMark compliance makes it particularly valuable for projects where consistency and predictability matter, since the parser will handle standard markdown the same way across different contexts. The extension system means you are not locked into the default feature set if your project requires specialized markdown syntax.

The project maintains a steady stream of updates addressing bug fixes and minor improvements. Pull requests receive timely review and feedback from maintainers. The codebase shows active maintenance with issues being addressed regularly. Documentation is kept current alongside code changes. The project demonstrates responsiveness to community contributions and maintains clear communication about the direction of development.