mathjax/mathjax

Beautiful and accessible math in all browsers

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 5th, 2026
Created on August 19th, 2010
Open Issues & Pull Requests: 195 (+0)
GitHub issues: Enabled
Number of forks: 1,193
Total Stargazers: 10,912 (+0)
Total Subscribers: 244 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.0 hours
Mean response time: 56.3 days
90th percentile: 9.0 days
Tracked items: 752

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 50% of tracked open issues have had no activity in three months. Only 5% of issues opened in the past year have been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 106
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 1,012 days
Stale 30+ days: 96
Stale 90+ days: 79

Recent activity

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

Top labels

  • Fixed (348)
  • Accepted (313)
  • v4.0 (257)
  • v4 (252)
  • v3 (200)
  • Code Example (197)
  • Feature Request (141)
  • Expected Behavior (101)

Detailed Description

MathJax is a JavaScript display engine that renders mathematical notation in web browsers.

The project solves the problem of displaying mathematics consistently and accessibly across different browsers and devices. It works by parsing mathematical input in formats such as LaTeX, MathML, and AsciiMath, then rendering the notation as scalable vector graphics or HTML and CSS. This approach ensures that mathematical expressions appear correctly regardless of whether the user's browser has specialized fonts installed, and it provides semantic markup that screen readers can interpret.

Developers should choose MathJax when building educational platforms, scientific documentation, or any web application where mathematical notation must be displayed reliably to diverse audiences. The tool is particularly suited to projects that need to support multiple input formats and require strong accessibility features. It works well in static sites, dynamic web applications, and content management systems where mathematics appears alongside regular text.

The project maintains active development with regular updates addressing browser compatibility and rendering improvements. The codebase shows ongoing attention to both core functionality and edge cases in mathematical typesetting. Development activity reflects a commitment to supporting the full range of mathematical notation standards and ensuring output quality across rendering backends.