unified

Content as structured data

We compile content to syntax trees and syntax trees to content.
We also provide hundreds of packages to work on the trees in between.
You can build on the unified collective to make all kinds of interesting things.

Learn

We provide the interface: for parsing, inspecting, transforming, and serializing content. You work on structured data. Learn how to plug building blocks together, write your own, and make things with unified.

  1. Intro to unified

    Guide that summarizes the what and why of unified

    1. guide
    2. introduction
    3. welcome
  2. Use unified

    Guide that delves into transforming markdown to HTML

    1. guide
    2. rehype
    3. remark
    4. transform
    5. use
  3. Tree traversal

    How to do tree traversal (also known as walking or visiting a tree)

    1. recipe
    2. traverse
    3. tree
    4. unist
    5. visit
    6. walk
  4. Find a node

    How to find a node in any unist syntax tree

    1. recipe
    2. find
    3. node
    4. traverse
    5. tree
    6. walk
  5. Support tables in remark

    How to support GitHub-style tables in remark (or react-markdown)

    1. recipe
    2. gfm
    3. github
    4. plugin
    5. remark
    6. table
  6. See 15 other articles

Sponsor

To support our efforts financially, sponsor us on GitHub, thanks.dev, or OpenCollective. This lets us spend more time maintaining our projects and developing new ones.

  1. Vercel

    Develop. Preview. Ship. – Creators of nextjs.org

  2. GatsbyJS

  3. Motif

    When content meets code, magic happens ✨

  4. HashiCorp

  5. GitBook

  6. See 83 other sponsors

Explore

The ever growing ecosystem that the unified collective provides today consists of 355 open source projects, with a combined 63k stars on GitHub. In comparison, the code that the collective maintains is about 103 Moby Dicks or 40 Linuxes. In the last 30 days, the 532 packages maintained in those projects were downloaded 1.9b times from npm. Much of this is maintained by our teams, yet others are provided by the community.

  1. mdast-util-gfm-strikethrough

    mdast extension to parse and serialize GFM strikethrough
    1. 75%
    2. 15m
    3. 452 B
  2. micromark

    small commonmark compliant markdown parser with positional info and concrete tokens
    1. 81%
    2. 36m
    3. 25.8 kB
  3. @mdx-js/rollup

    Rollup plugin for MDX
    1. 77%
    2. 219k
    3. 17.4 kB
  4. unified

    Interface for parsing, inspecting, transforming, and serializing content through syntax trees
    1. 88%
    2. 44m
    3. 3.77 kB
  5. micromark-util-combine-extensions

    micromark utility to combine syntax or html extensions
    1. 79%
    2. 25m
    3. 492 B
  6. See 532 packages and 355 projects

Build

We provide the building blocks: from tiny, focussed, modular utilities to plugins that combine them to perform bigger tasks. And much, much more. You can build on unified, mixing and matching building blocks together, to make all kinds of interesting new things.

  1. Prettier

    Uses unified to format markdown

  2. Gatsby

    Uses unified to pull content into GraphQL

  3. Write Music

    Uses unified to visualize sentence length

  4. Node.js

    Uses unified to check and build their docs

  5. alex

    Uses unified to catch insensitive, inconsiderate writing

  6. See 21 other cases

Work

Maintaining the collective, developing new projects, keeping everything fast and secure, and helping users, is a lot of work. In total, we’ve closed 5k issues/PRs while 125 are currently open (2%). In the last 30 days, we’ve cut 15 new releases.

  1. aloisklink/remark-mermaid-dataurl@3.0.0·

    BREAKING CHANGES

    • Bump required Node.JS version to 18.19
    • Updated @mermaid-js/mermaid-cli to ^11

    Dependencies

    • Updated puppeteer to ^23
    • Updated unist-util-visit to ^5
    • Updated vfile to ^6

    Full Changelog: https://github.com/aloisklink/remark-mermaid-dataurl/compare/v2.1.1...v3.0.0

  2. syntax-tree/hast-util-select@6.0.3·

    Miscellaneous

    Types

    Full Changelog: https://github.com/syntax-tree/hast-util-select/compare/6.0.2...6.0.3

  3. timlrx/rehype-citation@2.2.0·

    What's Changed

    • Fix package json node exports to solve types resolution problem and Bug fix preventing [^ref] from working properly for node. by @halafy-ds in #44
    • Fix #42 + test case for mixing noCite citations with template ones by @halafy-ds in #47
    • parse astro frontmatter by @timlrx in #48

    New Contributors

    Full Changelog: https://github.com/timlrx/rehype-citation/compare/v2.1.2...v2.2.0

  4. Explore recent releases