mity/md4c
C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3621
- days_rel: n/a
- days_push: 16
- n_releases_24m: 0
Adoption not part of the score
1432 stars · 209 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MD4C is a fast, CommonMark-compliant Markdown parser written in C with a SAX-like push/callback API. It is implemented in a single source file with no dependencies and includes an optional Markdown-to-HTML converter.
Use cases
- parse markdown documents in C
- convert markdown to html
- embed a commonmark parser in an application
- render markdown in a text editor or viewer
- parse markdown with extensions like tables and strikethrough
When to choose
- you need a fast, dependency-free C markdown parser
- you want CommonMark 0.31 compliance
- you need a callback-based API to render markdown into custom formats
- you want to embed markdown parsing in a larger C/C++ project
When to avoid
- you need a high-level markdown library in a scripting language
- you require extensive non-CommonMark extensions beyond what MD4C supports
- you want a full markdown editor or rendering application out of the box
Facets
library · maturity stable
parser parsers documentation web-development cross-platform windows markdown commonmark sax-like c-library html-conversion linux macos
1 source
- readme: https://github.com/mity/md4c · fetched 2026-08-28 · 7d7722ec70f2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mity/md4c | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem