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 87 other sponsors

Explore

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

  1. unified-lint-rule

    unified plugin to make it a bit easier to create linting rules
    1. 74%
    2. 1.4m
    3. 653 B
  2. micromark-factory-title

    micromark factory to parse markdown titles (found in resources, definitions)
    1. 79%
    2. 41m
    3. 598 B
  3. micromark-factory-destination

    micromark factory to parse destinations (found in resources, definitions)
    1. 79%
    2. 41m
    3. 639 B
  4. mdast-util-definitions

    mdast utility to find definition nodes in a tree
    1. 80%
    2. 27m
    3. 432 B
  5. mdast-util-to-string

    mdast utility to get the plain text content of a node
    1. 82%
    2. 69m
    3. 369 B
  6. See 473 packages and 307 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 4.9k issues/PRs while 79 are currently open (2%). In the last 30 days, we’ve cut 2 new releases.

  1. mdx-js/eslint-mdx@eslint-mdx@3.5.0·

    Minor Changes

    Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.4.2...eslint-mdx@3.5.0

  2. mdx-js/eslint-mdx@eslint-plugin-mdx@3.5.0·

    Minor Changes

    Patch Changes

    • #583 8c9ef4b Thanks @JounQin! - fix: use unified performSyncWork for parsing with remark config

    • Updated dependencies [27da917]:

      • eslint-mdx@3.5.0

    Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.4.2...eslint-plugin-mdx@3.5.0

  3. remcohaszing/remark-mdx-frontmatter@5.2.0·

  4. Explore recent releases