# markedjs/marked

A markdown parser and compiler. Built for speed.

Repository: https://github.com/markedjs/marked
Canonical: https://ross.abutalabs.com/products/marked
Homepage: https://marked.js.org
Language: JavaScript
License: NOASSERTION
License Family: other
Topics: markdown, compiler, parser, commonmark, gfm, hacktoberfest
Last push: 2026-08-24T16:52:10+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 5519, "days_push": 9, "days_rel": 9, "gap_med": 13, "n_releases_24m": 46}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 37094, forks 3686 (observed 2026-08-28T04:12:01.329647+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: parser, compiler, markdown, cli
- domain: web-development, frontend, developer-tools, documentation
- platform: browser, cli, cross-platform
- tags: markdown-parser, markdown-to-html, gfm, commonmark, zero-dependencies, extensible, nodejs

## Member repositories
- markedjs/marked (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:01.329647+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:25:40.758702+00:00, confidence not recorded.
  - readme: https://github.com/markedjs/marked (fetched 2026-08-28T04:12:01.329647+00:00, sha 8900f34f32d5)
  - homepage: https://marked.js.org (fetched 2026-08-29T07:47:35.161403+00:00, sha 70363e4f93e8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
