On this page
Introducció
Unified is two things:
- unified is a collective of 500+ free and open source packages that work with content as structured data (ASTs)
unified(the project) is the core package, used in 1.3m+ projects on GH, to process content with plugins
Several ecosystems are built on unified around different kinds of content. Notably, remark (markdown), rehype (HTML), and retext (natural language). These ecosystems can be connected together.
When you are dealing with one type of content (such as markdown), you can use the main package of that ecosystem instead (so remark). When you are dealing with different kinds of content (such as markdown and HTML), it’s recommended to use unified itself, and pick and choose the plugins you need.