b353e49
Remove dependency onjsdom
migrate: this should be apatch
, but there could be small differences: do let us know if you see problems
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.
Intro to unified
Guide that summarizes the what and why of unified
- guide
- introduction
- welcome
Use unified
Guide that delves into transforming markdown to HTML
- guide
- rehype
- remark
- transform
- use
Tree traversal
How to do tree traversal (also known as walking or visiting a tree)
- recipe
- traverse
- tree
- unist
- visit
- walk
Find a node
How to find a node in any unist syntax tree
- recipe
- find
- node
- traverse
- tree
- walk
Support tables in remark
How to support GitHub-style tables in remark (or react-markdown)
- recipe
- gfm
- github
- plugin
- remark
- table
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.
Explore
The ever growing ecosystem that the unified collective provides today consists of 356 open source projects, with a combined 66k 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 533 packages maintained in those projects were downloaded 2.2b times from npm. Much of this is maintained by our teams, yet others are provided by the community.
unified
Interface for parsing, inspecting, transforming, and serializing content through syntax trees- 88%
- 46m
- 2.86 B
micromark
small commonmark compliant markdown parser with positional info and concrete tokens- 81%
- 41m
- 23.8 B
micromark-util-chunked
micromark utility to splice and push with giant arrays- 79%
- 31m
- 305 B
mdast-util-to-hast
mdast utility to transform to hast- 82%
- 29m
- 3.81 B
mdast-util-definitions
mdast utility to find definition nodes in a tree- 80%
- 22m
- 432 B
See 533 packages and 356 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.
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 5.2k issues/PRs while 96 are currently open (2%). In the last 30 days, we’ve cut 29 new releases.
remarkjs/remark-math@rehype-mathjax@7.0.0·
remarkjs/remark-gfm@4.0.1·
syntax-tree/mdast-util-gfm@3.1.0·
Add
e111719
Add support for passing footnote options
Types
Full Changelog: https://github.com/syntax-tree/mdast-util-gfm/compare/3.0.0...3.1.0
Explore recent releases