Python-Markdown/markdown
A Python implementation of John Gruber’s Markdown with Extension support. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 83
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 68
- age_days: 5940
- days_rel: 34
- days_push: 9
- n_releases_24m: 8
Adoption not part of the score
4239 stars · 903 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Python-Markdown is a Python implementation of John Gruber's Markdown that converts Markdown text to HTML, nearly compliant with the original reference implementation. It includes an Extension API for customizing or extending parser behavior, plus an optional CLI wrapper.
Use cases
- convert markdown to html in python
- render markdown on a web server
- parse markdown files into html
- extend markdown syntax with custom extensions
- markdown converter command line tool
- render user-generated markdown content safely in a web app
When to choose
- you need a mature, well-documented Python markdown parser
- you want to follow the original markdown.pl behavior rather than CommonMark
- you need an extension API to add custom syntax
- you need Unicode/international input support
When to avoid
- you require strict CommonMark compliance
- you need extremely high-performance parsing of huge documents
- you are not working in Python
Facets
library · maturity stable
parser markdown cli templating web-development documentation developer-tools parsers python cli cross-platform markdown-to-html markdown-parser extension-api text-processing
3 sources
- readme: https://github.com/Python-Markdown/markdown · fetched 2026-08-28 · c4284dac2103
- homepage: https://python-markdown.github.io/ · fetched 2026-08-29 · 8eff036fedcd
- registry_pypi: https://pypi.org/pypi/markdown/json · fetched 2026-08-29 · bade347195ce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Python-Markdown/markdown | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="Python-Markdown/markdown")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem