markedjs/marked
A markdown parser and compiler. Built for speed. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: 13
- age_days: 5519
- days_rel: 9
- days_push: 9
- n_releases_24m: 46
Adoption not part of the score
37094 stars · 3686 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Marked is a fast, low-level markdown parser and compiler written in JavaScript that converts markdown to HTML. It has zero dependencies, supports custom extensions, and works in the browser, on a server (Node.js), or as a CLI tool.
Use cases
- convert markdown to html in node.js
- render markdown in the browser
- parse markdown files from the command line
- build a markdown editor with live preview
- render user-generated markdown content in a web app
- extend markdown with custom syntax
When to choose
- you need a fast, lightweight markdown-to-HTML converter with zero dependencies
- you want to run the same parser in browser, server, and CLI environments
- you need to extend markdown with custom syntax via extensions
When to avoid
- you need sanitized HTML output - marked does not sanitize and requires a library like DOMPurify
- you need strict CommonMark compliance above all else
- you need markdown parsing with built-in caching
Facets
library · maturity stable
parser compiler markdown cli web-development frontend developer-tools documentation browser cli cross-platform markdown-parser markdown-to-html gfm commonmark zero-dependencies extensible nodejs
2 sources
- readme: https://github.com/markedjs/marked · fetched 2026-08-28 · 8900f34f32d5
- homepage: https://marked.js.org · fetched 2026-08-29 · 70363e4f93e8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| markedjs/marked | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem