Ross ROSS = Recommend OSS · open-source software intelligence for agents

syntax-tree/mdast

Markdown Abstract Syntax Tree format observed · 2026-08-28

github.com/syntax-tree/mdast · homepage observed · 2026-08-28

Health v2 · maintenance only

52/100

  • Activity 65
  • Release rhythm 8
  • 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: n/a
  • age_days: 3905
  • days_rel: n/a
  • days_push: 210
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1469 stars · 49 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

mdast is a specification for representing Markdown as an abstract syntax tree, extending the unist syntax tree format. It supports multiple Markdown flavors such as CommonMark and GitHub Flavored Markdown, with a rich ecosystem of JavaScript utilities.

Use cases

  • parse markdown into a syntax tree
  • transform markdown documents programmatically
  • represent CommonMark or GFM as structured data
  • build markdown linting or analysis tools
  • convert markdown to HTML or other formats
  • write custom markdown extensions or plugins

When to choose

  • you need a standardized, well-specified AST for markdown
  • you are building tools in the unified/remark ecosystem
  • you need to inspect, transform, or generate markdown programmatically
  • you want TypeScript types for markdown syntax trees

When to avoid

  • you just need to render markdown to HTML with no tree manipulation
  • you need a parser for a non-markdown format
  • you want a ready-made CLI rather than a specification and library ecosystem

Facets

library · maturity stable

parser serialization developer-tools parsers documentation web-development developer-tools cross-platform markdown ast unist syntax-tree specification remark unified commonmark gfm nodejs javascript

3 sources

Member repositories

RepositoryRoleHealth v2
syntax-tree/mdastmain52

For agents

markdown · JSON · MCP: product_card(name="syntax-tree/mdast")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem