unified

Explore/Projects

All projects

  1. mdx-js/mdx

    Markdown for the component era
    1. 90%
    2. 58m
    3. 15k
  2. remarkjs/remark

    remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.
    1. 88%
    2. 60m
    3. 6k
  3. unifiedjs/unified

    ☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees
    1. 88%
    2. 42m
    3. 4k
  4. vfile/vfile

    Virtual file format for text processing used in @unifiedjs
    1. 85%
    2. 39m
    3. 398
  5. syntax-tree/unist-util-visit

    utility to visit nodes
    1. 85%
    2. 45m
    3. 198
  6. remarkjs/react-markdown

    Markdown component for React
    1. 84%
    2. 7m
    3. 11k
  7. syntax-tree/unist-util-visit-parents

    utility to recursively walk over unist nodes, with ancestral information
    1. 83%
    2. 47m
    3. 44
  8. syntax-tree/unist-util-is

    utility to check if a node passes a test
    1. 83%
    2. 48m
    3. 29
  9. syntax-tree/mdast-util-to-hast

    utility to transform mdast to hast
    1. 82%
    2. 26m
    3. 72
  10. syntax-tree/hastscript

    utility to create hast trees
    1. 82%
    2. 25m
    3. 108
  11. syntax-tree/unist-util-stringify-position

    utility to serialize a node, position, or point as a human readable location
    1. 82%
    2. 43m
    3. 5
  12. syntax-tree/mdast-util-to-string

    utility to get the plain text content of an mdast node
    1. 82%
    2. 41m
    3. 30
  13. vfile/vfile-message

    utility to create a vfile message
    1. 82%
    2. 41m
    3. 10
  14. syntax-tree/unist-builder

    utility to create a new trees with a nice syntax
    1. 82%
    2. 22m
    3. 64
  15. vfile/vfile-location

    utility to convert between positional (line and column-based) and offset (range-based) locations
    1. 81%
    2. 27m
    3. 13
  16. syntax-tree/hast-to-hyperscript

    Legacy utility to transform hast to something else
    1. 81%
    2. 17m
    3. 44
  17. syntax-tree/unist-util-remove-position

    utility to remove positions from a tree
    1. 81%
    2. 25m
    3. 11
  18. micromark/micromark

    small, safe, and great commonmark (optionally gfm) compliant markdown parser
    1. 81%
    2. 183m
    3. 1k
  19. syntax-tree/unist-util-position

    utility to get the position of a node
    1. 81%
    2. 26m
    3. 8
  20. syntax-tree/unist-util-generated

    utility to check if a node is generated
    1. 81%
    2. 25m
    3. 4
  21. syntax-tree/hast-util-parse-selector

    utility to create an element from a simple CSS selector
    1. 81%
    2. 23m
    3. 10
  22. syntax-tree/hast-util-from-parse5

    utility to transform Parse5’s AST to hast
    1. 81%
    2. 19m
    3. 13
  23. syntax-tree/mdast-util-definitions

    utility to find definition nodes in an mdast tree
    1. 80%
    2. 29m
    3. 9
  24. syntax-tree/mdast-util-from-markdown

    mdast utility to parse markdown
    1. 80%
    2. 21m
    3. 132
  25. syntax-tree/unist-util-remove

    utility to remove nodes from a tree
    1. 80%
    2. 17m
    3. 18
  26. syntax-tree/hast-util-raw

    utility to reparse a hast tree
    1. 80%
    2. 19m
    3. 6
  27. syntax-tree/hast-util-to-parse5

    utility to transform hast to Parse5’s AST
    1. 80%
    2. 18m
    3. 2
  28. syntax-tree/mdast-squeeze-paragraphs

    utility to remove empty paragraphs from an mdast tree
    1. 80%
    2. 16m
    3. 4
  29. remarkjs/remark-footnotes

    Legacy plugin to add support for pandoc footnotes — please use remark-gfm instead
    1. 79%
    2. 16m
    3. 40
  30. remarkjs/remark-squeeze-paragraphs

    plugin to remove empty (or white-space only) paragraphs
    1. 79%
    2. 16m
    3. 8
  31. syntax-tree/mdast-util-to-markdown

    mdast utility to serialize markdown
    1. 78%
    2. 16m
    3. 64
  32. remarkjs/remark-rehype

    plugin that turns markdown into HTML to support rehype
    1. 78%
    2. 9m
    3. 176
  33. remarkjs/remark-gfm

    remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
    1. 77%
    2. 7m
    3. 411
  34. syntax-tree/hast-util-whitespace

    utility to check if a node is inter-element whitespace
    1. 77%
    2. 9m
    3. 4
  35. remarkjs/remark-slug

    Legacy plugin to add ids to headings — please use rehype-slug
    1. 77%
    2. 17m
    3. 84
  36. remarkjs/remark-external-links

    Legacy plugin to automatically add target and rel attributes to external links — please use rehype-external-links instead
    1. 76%
    2. 17m
    3. 50
  37. syntax-tree/mdast-util-find-and-replace

    mdast utility to find and replace text in a tree
    1. 76%
    2. 7m
    3. 9
  38. syntax-tree/mdast-util-gfm

    mdast extension to parse and serialize GFM (GitHub Flavored Markdown)
    1. 76%
    2. 7m
    3. 10
  39. syntax-tree/mdast-util-gfm-table

    mdast extension to parse and serialize GFM tables
    1. 76%
    2. 7m
    3. 7
  40. rehypejs/rehype

    HTML processor powered by plugins part of the @unifiedjs collective
    1. 75%
    2. 4m
    3. 1k
  41. syntax-tree/mdast-util-gfm-autolink-literal

    mdast extension to parse and serialize GFM autolink literals
    1. 75%
    2. 7m
    3. 4
  42. syntax-tree/mdast-util-gfm-strikethrough

    mdast extension to parse and serialize GFM strikethrough
    1. 75%
    2. 7m
    3. 4
  43. syntax-tree/hast-util-to-html

    utility to serialize hast to HTML
    1. 75%
    2. 3m
    3. 65
  44. syntax-tree/mdast-util-gfm-task-list-item

    mdast extension to parse and serialize GFM task list items
    1. 75%
    2. 7m
    3. 4
  45. micromark/micromark-extension-gfm

    micromark extension to support GFM (GitHub Flavored Markdown)
    1. 75%
    2. 7m
    3. 19
  46. syntax-tree/hast-util-is-element

    utility to check if a node is a (certain) element
    1. 75%
    2. 3m
    3. 9
  47. remarkjs/remark-frontmatter

    remark plugin to support frontmatter (YAML, TOML, and more)
    1. 75%
    2. 3m
    3. 189
  48. micromark/micromark-extension-gfm-strikethrough

    micromark extension to support GFM strikethrough
    1. 75%
    2. 7m
    3. 3
  49. syntax-tree/unist-util-find-all-after

    utility to find nodes after another node
    1. 75%
    2. 7m
    3. 6
  50. micromark/micromark-extension-gfm-autolink-literal

    micromark extension to support GFM autolink literals
    1. 74%
    2. 7m
    3. 2
  51. micromark/micromark-extension-gfm-table

    micromark extension to support GFM tables
    1. 74%
    2. 7m
    3. 2
  52. micromark/micromark-extension-gfm-task-list-item

    micromark extension to support GFM task list items
    1. 74%
    2. 7m
    3. 3
  53. syntax-tree/estree-util-is-identifier-name

    Check if something can be an ecmascript (javascript) identifier name
    1. 74%
    2. 7m
    3. 3
  54. retextjs/retext

    natural language processor powered by plugins part of the @unifiedjs collective
    1. 74%
    2. 2m
    3. 2k
  55. micromark/micromark-extension-gfm-tagfilter

    micromark extension to support GFM tagfilter
    1. 74%
    2. 7m
    3. 2
  56. syntax-tree/hast-util-sanitize

    utility to sanitize hast nodes
    1. 74%
    2. 2m
    3. 38
  57. rehypejs/rehype-minify

    plugins to minify HTML
    1. 74%
    2. 3m
    3. 74
  58. syntax-tree/estree-util-visit

    esast (and estree) utility to visit nodes
    1. 74%
    2. 4m
    3. 2
  59. rehypejs/rehype-raw

    plugin to parse the tree again
    1. 74%
    2. 2m
    3. 78
  60. remarkjs/remark-lint

    plugins to check (lint) markdown code style
    1. 74%
    2. 14m
    3. 871
  61. syntax-tree/mdast-util-mdx-jsx

    mdast extension to parse and serialize MDX JSX
    1. 74%
    2. 4m
    3. 9
  62. syntax-tree/mdast-util-compact

    utility to make an mdast tree compact
    1. 74%
    2. 4m
    3. 4
  63. syntax-tree/mdast-util-mdx

    mdast extension to parse and serialize MDX (or MDX.js)
    1. 73%
    2. 4m
    3. 10
  64. syntax-tree/unist-util-position-from-estree

    unist utility to get a position from an estree node
    1. 73%
    2. 4m
    3. 0
  65. syntax-tree/mdast-util-mdxjs-esm

    mdast extension to parse and serialize MDX.js ESM (import/exports)
    1. 73%
    2. 4m
    3. 6
  66. syntax-tree/mdast-util-mdx-expression

    mdast extension to parse and serialize MDX or MDX.js expressions
    1. 73%
    2. 4m
    3. 1
  67. syntax-tree/mdast-util-frontmatter

    mdast extensions to parse and serialize frontmatter (YAML, TOML, etc)
    1. 73%
    2. 3m
    3. 9
  68. syntax-tree/mdast-util-gfm-footnote

    mdast extension to parse and serialize GFM footnotes
    1. 73%
    2. 5m
    3. 4
  69. syntax-tree/hast-util-has-property

    utility to check if a node has a property
    1. 73%
    2. 1m
    3. 0
  70. syntax-tree/nlcst-to-string

    utility to transform an nlcst tree to a string
    1. 73%
    2. 1m
    3. 17
  71. syntax-tree/hast-util-to-text

    utility to get the plain-text value of a node according to the innerText algorithm
    1. 73%
    2. 1m
    3. 15
  72. syntax-tree/unist-util-find-after

    unist utility to find a node after another node
    1. 73%
    2. 1m
    3. 4
  73. micromark/micromark-extension-mdxjs-esm

    micromark extension to support MDX JS import/exports
    1. 73%
    2. 4m
    3. 10
  74. vfile/to-vfile

    utility to create a vfile from a filepath
    1. 73%
    2. 1m
    3. 52
  75. micromark/micromark-extension-mdxjs

    micromark extension to support MDX.js
    1. 72%
    2. 4m
    3. 5
  76. micromark/micromark-extension-mdx-jsx

    micromark extension to support MDX or MDX.js JSX
    1. 72%
    2. 4m
    3. 3
  77. micromark/micromark-extension-frontmatter

    micromark extension to support frontmatter (YAML, TOML, etc)
    1. 72%
    2. 3m
    3. 14
  78. micromark/micromark-extension-gfm-footnote

    micromark extension to support GFM footnotes
    1. 72%
    2. 5m
    3. 5
  79. rehypejs/rehype-slug

    plugin to add id attributes to headings
    1. 72%
    2. 844k
    3. 114
  80. micromark/micromark-extension-mdx-md

    micromark extension to turn some markdown features off for MDX
    1. 72%
    2. 4m
    3. 1
  81. syntax-tree/unist-util-modify-children

    utility to modify direct children of a parent
    1. 72%
    2. 1m
    3. 6
  82. syntax-tree/estree-util-attach-comments

    utility to attach comments to estree nodes
    1. 72%
    2. 3m
    3. 6
  83. syntax-tree/hast-util-heading-rank

    utility to get the rank (or depth, level) of headings
    1. 72%
    2. 842k
    3. 6
  84. rehypejs/rehype-react

    plugin to transform to React
    1. 72%
    2. 431k
    3. 329
  85. syntax-tree/estree-util-build-jsx

    Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)
    1. 72%
    2. 3m
    3. 22
  86. rehypejs/rehype-autolink-headings

    plugin to add links to headings in HTML
    1. 72%
    2. 630k
    3. 120
  87. syntax-tree/hast-util-select

    utility to add querySelector, querySelectorAll, and matches support for hast
    1. 72%
    2. 440k
    3. 27
  88. vfile/vfile-sort

    utility to sort messages by line/column
    1. 72%
    2. 1m
    3. 4
  89. remarkjs/remark-toc

    plugin to generate a table of contents (TOC)
    1. 72%
    2. 380k
    3. 306
  90. vfile/vfile-statistics

    utility to count messages per category: failures, warnings, etc
    1. 72%
    2. 1m
    3. 5
  91. syntax-tree/mdast-util-toc

    utility to generate a table of contents from an mdast tree
    1. 72%
    2. 993k
    3. 64
  92. syntax-tree/unist-util-select

    utility to select unist nodes with CSS-like selectors
    1. 72%
    2. 587k
    3. 53
  93. syntax-tree/hast-util-to-estree

    hast utility to transform to estree (JavaScript AST) JSX
    1. 72%
    2. 3m
    3. 15
  94. syntax-tree/unist-util-visit-children

    unist utility to visit direct children of a parent
    1. 72%
    2. 947k
    3. 8
  95. syntax-tree/unist-util-inspect

    utility to inspect nodes
    1. 72%
    2. 757k
    3. 20
  96. micromark/micromark-extension-mdx-expression

    micromark extension to support MDX or MDX JS expressions
    1. 72%
    2. 11m
    3. 6
  97. remarkjs/remark-html

    plugin to add support for serializing HTML
    1. 71%
    2. 753k
    3. 270
  98. vfile/vfile-reporter

    utility to create a report for a vfile
    1. 71%
    2. 1m
    3. 31
  99. syntax-tree/unist-util-map

    utility to create a new tree by mapping all nodes
    1. 71%
    2. 389k
    3. 34
  100. syntax-tree/mdast-comment-marker

    utility to parse a comment marker in mdast
    1. 71%
    2. 552k
    3. 9
  101. remarkjs/remark-github

    remark plugin to link references to commits, issues, pull-requests, and users, like on GitHub
    1. 71%
    2. 321k
    3. 149
  102. unifiedjs/unified-engine

    Engine to process multiple files with unified
    1. 71%
    2. 684k
    3. 51
  103. syntax-tree/unist-util-filter

    utility to create a new tree with nodes that pass a filter
    1. 71%
    2. 719k
    3. 11
  104. remarkjs/remark-breaks

    plugin to add break support, without needing spaces
    1. 71%
    2. 692k
    3. 75
  105. rehypejs/rehype-sanitize

    plugin to sanitize HTML
    1. 71%
    2. 564k
    3. 88
  106. syntax-tree/mdast-util-heading-style

    utility to get the style of an mdast heading
    1. 71%
    2. 448k
    3. 4
  107. syntax-tree/mdast-util-to-nlcst

    utility to transform mdast to nlcst
    1. 71%
    2. 594k
    3. 9
  108. remarkjs/remark-math

    remark and rehype plugins to support math
    1. 70%
    2. 1m
    3. 274
  109. remarkjs/remark-message-control

    plugin to enable, disable, and ignore messages
    1. 70%
    2. 532k
    3. 8
  110. syntax-tree/hast-util-to-mdast

    utility to transform hast (HTML) to mdast (markdown)
    1. 70%
    2. 143k
    3. 27
  111. unifiedjs/unified-args

    Create CLIs for unified processors
    1. 70%
    2. 472k
    3. 30
  112. syntax-tree/hast-util-from-dom

    utility to transform a DOM tree to hast
    1. 70%
    2. 272k
    3. 20
  113. unifiedjs/unified-message-control

    plugin to enable, disable, and ignore messages
    1. 70%
    2. 517k
    3. 6
  114. remarkjs/remark-retext

    plugin to transform from remark (Markdown) to retext (natural language)
    1. 70%
    2. 590k
    3. 18
  115. vfile/vfile-find-up

    utility to find one or more files by searching the file system upwards
    1. 70%
    2. 107k
    3. 6
  116. vfile/vfile-matter

    utility to parse the YAML front matter in a vfile
    1. 70%
    2. 334k
    3. 17
  117. syntax-tree/hast-util-phrasing

    utility to check if a node is phrasing content
    1. 70%
    2. 210k
    3. 0
  118. retextjs/retext-equality

    plugin to check for possible insensitive, inconsiderate language
    1. 70%
    2. 73k
    3. 152
  119. retextjs/retext-smartypants

    plugin to implement SmartyPants
    1. 70%
    2. 403k
    3. 53
  120. syntax-tree/nlcst-search

    utility to search for patterns in an nlcst tree
    1. 70%
    2. 98k
    3. 14
  121. syntax-tree/nlcst-is-literal

    utility to check whether an nlcst node is meant literally
    1. 70%
    2. 133k
    3. 9
  122. syntax-tree/mdast-util-math

    mdast extension to parse and serialize math
    1. 69%
    2. 597k
    3. 7
  123. syntax-tree/mdast-util-heading-range

    utility to use headings as ranges in mdast
    1. 69%
    2. 54k
    3. 8
  124. syntax-tree/nlcst-normalize

    utility to normalize an nlcst word for easier comparison
    1. 69%
    2. 100k
    3. 7
  125. syntax-tree/hast-util-embedded

    utility to check if a node is an embedded element
    1. 69%
    2. 500k
    3. 2
  126. syntax-tree/mdast-util-phrasing

    utility to check if an mdast node is phrasing content
    1. 69%
    2. 5m
    3. 0
  127. retextjs/retext-keywords

    plugin to extract keywords and key-phrases
    1. 69%
    2. 17k
    3. 302
  128. remarkjs/strip-markdown

    plugin remove Markdown formatting
    1. 69%
    2. 196k
    3. 112
  129. rhysd/remark-emoji

    Remark markdown transformer to replace :emoji: in text
    1. 69%
    2. 1m
    3. 92
  130. remarkjs/remark-react

    Legacy plugin to transform to React — please use remark-rehype and rehype-react instead
    1. 69%
    2. 170k
    3. 523
  131. JS-DevTools/rehype-toc

    A rehype plugin that adds a table of contents (TOC) to the page
    1. 69%
    2. 22k
    3. 44
  132. rehypejs/rehype-remark

    plugin to transform from HTML (rehype) to Markdown (remark)
    1. 69%
    2. 121k
    3. 46
  133. syntax-tree/mdast-util-footnote

    mdast extension to parse and serialize footnotes
    1. 69%
    2. 747k
    3. 3
  134. remarkjs/remark-directive

    remark plugin to support directives
    1. 69%
    2. 152k
    3. 144
  135. syntax-tree/mdast-zone

    utility to treat HTML comments as ranges or markers in mdast
    1. 69%
    2. 22k
    3. 15
  136. remarkjs/remark-reference-links

    plugin to change links and images to references with separate definitions
    1. 69%
    2. 247k
    3. 24
  137. remarkjs/remark-validate-links

    plugin to check that Markdown links and images reference existing files and headings
    1. 69%
    2. 204k
    3. 98
  138. JS-DevTools/rehype-url-inspector

    A rehype plugin to inspect, validate, or rewrite URLs anywhere in an HTML document
    1. 68%
    2. 20k
    3. 14
  139. retextjs/retext-profanities

    plugin to check for profane and vulgar wording
    1. 68%
    2. 72k
    3. 41
  140. retextjs/retext-indefinite-article

    plugin to check if indefinite articles (a and an) are used correctly
    1. 68%
    2. 47k
    3. 18
  141. remarkjs/remark-unwrap-images

    plugin to remove the wrapping paragraph for images
    1. 68%
    2. 75k
    3. 56
  142. retextjs/retext-repeated-words

    plugin to check for for repeated words
    1. 68%
    2. 52k
    3. 10
  143. syntax-tree/hast-util-to-nlcst

    utility to transform hast to nlcst
    1. 68%
    2. 69k
    3. 4
  144. remarkjs/remark-contributors

    plugin to generate a list of contributors
    1. 68%
    2. 10k
    3. 20
  145. syntax-tree/unist-util-index

    utility to index property values or computed keys to nodes
    1. 68%
    2. 6k
    3. 7
  146. retextjs/retext-spell

    plugin to check spelling
    1. 68%
    2. 43k
    3. 59
  147. micromark/micromark-extension-directive

    micromark extension to support generic directives (:cite[smith04])
    1. 68%
    2. 184k
    3. 19
  148. syntax-tree/unist-util-source

    utility to get the source of a node or position
    1. 68%
    2. 41k
    3. 6
  149. rehypejs/rehype-external-links

    rehype plugin to add rel (and target) to external links
    1. 68%
    2. 180k
    3. 34
  150. unifiedjs/unified-diff

    plugin to ignore unrelated CI messages
    1. 68%
    2. 68k
    3. 16
  151. micromark/micromark-extension-footnote

    Legacy micromark extension to support footnotes
    1. 68%
    2. 746k
    3. 2
  152. jaywcjlove/rehype-attr

    New syntax to add attributes to Markdown.
    1. 68%
    2. 184k
    3. 25
  153. syntax-tree/hast-util-heading

    utility to check if a node is heading content
    1. 68%
    2. 5k
    3. 4
  154. remarkjs/remark-usage

    plugin to add a usage example to your readme
    1. 68%
    2. 21k
    3. 35
  155. retextjs/retext-quotes

    plugin to check quotes and apostrophes
    1. 68%
    2. 19k
    3. 8
  156. syntax-tree/mdast-util-directive

    mdast extension to parse and serialize generic directives (:cite[smith04])
    1. 68%
    2. 182k
    3. 8
  157. syntax-tree/hast-util-find-and-replace

    utility to find and replace text in a hast tree
    1. 68%
    2. 101k
    3. 5
  158. remarkjs/remark-comment-config

    plugin to configure remark with comments
    1. 68%
    2. 17k
    3. 12
  159. retextjs/retext-sentence-spacing

    plugin to check spacing between sentences
    1. 68%
    2. 27k
    3. 7
  160. syntax-tree/hast-util-to-dom

    utility to transform hast to a DOM tree
    1. 68%
    2. 13k
    3. 13
  161. jaywcjlove/rehype-rewrite

    Rewrite element with rehype.
    1. 68%
    2. 199k
    3. 13
  162. retextjs/retext-readability

    plugin to check readability
    1. 68%
    2. 4k
    3. 80
  163. remarkjs/remark-yaml-config

    plugin to configure remark with YAML frontmatter
    1. 68%