# remarkjs/remark

markdown processor powered by plugins part of the @unifiedjs collective

Repository: https://github.com/remarkjs/remark
Canonical: https://ross.abutalabs.com/products/remarkjs-remark
Homepage: https://remark.js.org
Language: JavaScript
License: MIT
License Family: permissive
Topics: markdown, ast, javascript, unified, remark, commonmark
Last push: 2026-07-01T11:01:38+00:00

## Health v2 (maintenance only)
Score: 63/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 8, longevity 100
- inputs: {"age_days": 4419, "days_push": 63, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8987, forks 384 (observed 2026-08-28T04:10:26.639691+00:00)

## What it is
remark is a plugin-powered markdown processor built on the unified ecosystem that parses markdown into an AST (mdast) and transforms it. It is 100% CommonMark compliant, supports GFM and MDX via plugins, and runs on the server, client, and CLIs.

## Use cases
- convert markdown to html in node
- lint and format markdown files
- parse markdown into an ast for custom transformations
- add gfm or mdx support to a markdown pipeline
- build a markdown-based static site or docs pipeline
- check markdown style on the cli

## When to choose
- you need programmatic, AST-level manipulation of markdown
- you want a composable plugin ecosystem with 150+ plugins
- you need strict CommonMark compliance with optional GFM/MDX
- you want one pipeline for markdown linting, transformation, and HTML output

## When to avoid
- you just need a quick one-off markdown-to-HTML string conversion with no plugins
- you need a WYSIWYG markdown editor UI
- you work in a non-JavaScript language without unified bindings

## Facets
- artifact type: library
- maturity: stable
- function: parser, markdown, plugin-system, formatter, linter
- domain: web-development, developer-tools, documentation, parsers
- platform: browser, cli, cross-platform
- tags: unified, mdast, commonmark, gfm, mdx, ast, ecosystem, nodejs, deno

## Member repositories
- remarkjs/remark (main) score 63

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:26.639691+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-29T17:24:23.267351+00:00, confidence not recorded.
  - readme: https://github.com/remarkjs/remark (fetched 2026-08-28T04:10:26.639691+00:00, sha 61e73bc8e799)
  - homepage: https://remark.js.org (fetched 2026-08-29T08:24:45.142382+00:00, sha 233816d6db75)
- Data as of 2026-08-30T08:39:29.467469+00:00.
