kivikakk/comrak
CommonMark + GFM compatible Markdown parser and renderer observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 97
- Release rhythm 92
- Longevity 100
Flags: no_license
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: 21.0
- age_days: 3576
- days_rel: 53
- days_push: 23
- n_releases_24m: 29
Adoption not part of the score
1686 stars · 191 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Comrak is a 100% CommonMark and GitHub Flavored Markdown compatible parser and renderer written in Rust, usable as a library, CLI tool, or via WASM and language bindings. It passes the full CommonMark and GFM spec test suites and offers fine-grained parse/render options, pluggable syntax highlighting, and custom formatter support.
Use cases
- parse markdown into an AST in Rust
- render markdown to HTML with GFM extensions like tables and strikethrough
- reformat markdown files in place from the command line
- convert markdown to HTML in a batch pipeline
- use markdown parsing in the browser via WASM
- customize markdown rendering with a custom formatter
When to choose
- you need strict CommonMark or GFM spec compliance
- you want a fast, memory-safe Markdown parser in Rust
- you need both a CLI and a library API
- you're building a Rust web service or static site generator that processes Markdown
When to avoid
- you need a Markdown parser in a language without existing bindings
- you need non-CommonMark dialects like MultiMarkdown or kramdown
- you want a batteries-included static site generator rather than a parser
Facets
library · maturity stable
parser markdown cli templating web-development developer-tools documentation parsers rust cli wasm cross-platform windows commonmark gfm markdown-parser markdown-renderer wasm-bindings linux macos
3 sources
- readme: https://github.com/kivikakk/comrak · fetched 2026-08-28 · b729d282648a
- homepage: https://comrak.ee · fetched 2026-08-29 · d0536e3e0fac
- registry_crates: https://crates.io/api/v1/crates/comrak · fetched 2026-08-29 · c1f0e42facdc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kivikakk/comrak | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem