mdx-js/mdx
Markdown for the component era- 90%
- 58m
- 15k
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.- 88%
- 60m
- 6k
unifiedjs/unified
☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees- 88%
- 42m
- 4k
vfile/vfile
Virtual file format for text processing used in @unifiedjs- 85%
- 39m
- 398
syntax-tree/unist-util-visit
utility to visit nodes- 85%
- 45m
- 198
remarkjs/react-markdown
Markdown component for React- 84%
- 7m
- 11k
syntax-tree/unist-util-visit-parents
utility to recursively walk over unist nodes, with ancestral information- 83%
- 47m
- 44
syntax-tree/unist-util-is
utility to check if a node passes a test- 83%
- 48m
- 29
syntax-tree/mdast-util-to-hast
utility to transform mdast to hast- 82%
- 26m
- 72
syntax-tree/hastscript
utility to create hast trees- 82%
- 25m
- 108
syntax-tree/unist-util-stringify-position
utility to serialize a node, position, or point as a human readable location- 82%
- 43m
- 5
syntax-tree/mdast-util-to-string
utility to get the plain text content of an mdast node- 82%
- 41m
- 30
vfile/vfile-message
utility to create a vfile message- 82%
- 41m
- 10
syntax-tree/unist-builder
utility to create a new trees with a nice syntax- 82%
- 22m
- 64
vfile/vfile-location
utility to convert between positional (line and column-based) and offset (range-based) locations- 81%
- 27m
- 13
syntax-tree/hast-to-hyperscript
Legacy utility to transform hast to something else- 81%
- 17m
- 44
syntax-tree/unist-util-remove-position
utility to remove positions from a tree- 81%
- 25m
- 11
micromark/micromark
small, safe, and great commonmark (optionally gfm) compliant markdown parser- 81%
- 183m
- 1k
syntax-tree/unist-util-position
utility to get the position of a node- 81%
- 26m
- 8
syntax-tree/unist-util-generated
utility to check if a node is generated- 81%
- 25m
- 4
syntax-tree/hast-util-parse-selector
utility to create an element from a simple CSS selector- 81%
- 23m
- 10
syntax-tree/hast-util-from-parse5
utility to transform Parse5’s AST to hast- 81%
- 19m
- 13
syntax-tree/mdast-util-definitions
utility to find definition nodes in an mdast tree- 80%
- 29m
- 9
syntax-tree/mdast-util-from-markdown
mdast utility to parse markdown- 80%
- 21m
- 132
syntax-tree/unist-util-remove
utility to remove nodes from a tree- 80%
- 17m
- 18
syntax-tree/hast-util-raw
utility to reparse a hast tree- 80%
- 19m
- 6
syntax-tree/hast-util-to-parse5
utility to transform hast to Parse5’s AST- 80%
- 18m
- 2
syntax-tree/mdast-squeeze-paragraphs
utility to remove empty paragraphs from an mdast tree- 80%
- 16m
- 4
remarkjs/remark-footnotes
Legacy plugin to add support for pandoc footnotes — please useremark-gfm
instead- 79%
- 16m
- 40
remarkjs/remark-squeeze-paragraphs
plugin to remove empty (or white-space only) paragraphs- 79%
- 16m
- 8
syntax-tree/mdast-util-to-markdown
mdast utility to serialize markdown- 78%
- 16m
- 64
remarkjs/remark-rehype
plugin that turns markdown into HTML to support rehype- 78%
- 9m
- 176
remarkjs/remark-gfm
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)- 77%
- 7m
- 411
syntax-tree/hast-util-whitespace
utility to check if a node is inter-element whitespace- 77%
- 9m
- 4
remarkjs/remark-slug
Legacy plugin to addid
s to headings — please userehype-slug
- 77%
- 17m
- 84
remarkjs/remark-external-links
Legacy plugin to automatically add target and rel attributes to external links — please userehype-external-links
instead- 76%
- 17m
- 50
syntax-tree/mdast-util-find-and-replace
mdast utility to find and replace text in a tree- 76%
- 7m
- 9
syntax-tree/mdast-util-gfm
mdast extension to parse and serialize GFM (GitHub Flavored Markdown)- 76%
- 7m
- 10
syntax-tree/mdast-util-gfm-table
mdast extension to parse and serialize GFM tables- 76%
- 7m
- 7
rehypejs/rehype
HTML processor powered by plugins part of the @unifiedjs collective- 75%
- 4m
- 1k
syntax-tree/mdast-util-gfm-autolink-literal
mdast extension to parse and serialize GFM autolink literals- 75%
- 7m
- 4
syntax-tree/mdast-util-gfm-strikethrough
mdast extension to parse and serialize GFM strikethrough- 75%
- 7m
- 4
syntax-tree/hast-util-to-html
utility to serialize hast to HTML- 75%
- 3m
- 65
syntax-tree/mdast-util-gfm-task-list-item
mdast extension to parse and serialize GFM task list items- 75%
- 7m
- 4
micromark/micromark-extension-gfm
micromark extension to support GFM (GitHub Flavored Markdown)- 75%
- 7m
- 19
syntax-tree/hast-util-is-element
utility to check if a node is a (certain) element- 75%
- 3m
- 9
remarkjs/remark-frontmatter
remark plugin to support frontmatter (YAML, TOML, and more)- 75%
- 3m
- 189
micromark/micromark-extension-gfm-strikethrough
micromark extension to support GFM strikethrough- 75%
- 7m
- 3
syntax-tree/unist-util-find-all-after
utility to find nodes after another node- 75%
- 7m
- 6
micromark/micromark-extension-gfm-autolink-literal
micromark extension to support GFM autolink literals- 74%
- 7m
- 2
micromark/micromark-extension-gfm-table
micromark extension to support GFM tables- 74%
- 7m
- 2
micromark/micromark-extension-gfm-task-list-item
micromark extension to support GFM task list items- 74%
- 7m
- 3
syntax-tree/estree-util-is-identifier-name
Check if something can be an ecmascript (javascript) identifier name- 74%
- 7m
- 3
retextjs/retext
natural language processor powered by plugins part of the @unifiedjs collective- 74%
- 2m
- 2k
micromark/micromark-extension-gfm-tagfilter
micromark extension to support GFM tagfilter- 74%
- 7m
- 2
syntax-tree/hast-util-sanitize
utility to sanitize hast nodes- 74%
- 2m
- 38
rehypejs/rehype-minify
plugins to minify HTML- 74%
- 3m
- 74
syntax-tree/estree-util-visit
esast (and estree) utility to visit nodes- 74%
- 4m
- 2
rehypejs/rehype-raw
plugin to parse the tree again- 74%
- 2m
- 78
remarkjs/remark-lint
plugins to check (lint) markdown code style- 74%
- 14m
- 871
syntax-tree/mdast-util-mdx-jsx
mdast extension to parse and serialize MDX JSX- 74%
- 4m
- 9
syntax-tree/mdast-util-compact
utility to make an mdast tree compact- 74%
- 4m
- 4
syntax-tree/mdast-util-mdx
mdast extension to parse and serialize MDX (or MDX.js)- 73%
- 4m
- 10
syntax-tree/unist-util-position-from-estree
unist utility to get a position from an estree node- 73%
- 4m
- 0
syntax-tree/mdast-util-mdxjs-esm
mdast extension to parse and serialize MDX.js ESM (import/exports)- 73%
- 4m
- 6
syntax-tree/mdast-util-mdx-expression
mdast extension to parse and serialize MDX or MDX.js expressions- 73%
- 4m
- 1
syntax-tree/mdast-util-frontmatter
mdast extensions to parse and serialize frontmatter (YAML, TOML, etc)- 73%
- 3m
- 9
syntax-tree/mdast-util-gfm-footnote
mdast extension to parse and serialize GFM footnotes- 73%
- 5m
- 4
syntax-tree/hast-util-has-property
utility to check if a node has a property- 73%
- 1m
- 0
syntax-tree/nlcst-to-string
utility to transform an nlcst tree to a string- 73%
- 1m
- 17
syntax-tree/hast-util-to-text
utility to get the plain-text value of a node according to theinnerText
algorithm- 73%
- 1m
- 15
syntax-tree/unist-util-find-after
unist utility to find a node after another node- 73%
- 1m
- 4
micromark/micromark-extension-mdxjs-esm
micromark extension to support MDX JS import/exports- 73%
- 4m
- 10
vfile/to-vfile
utility to create a vfile from a filepath- 73%
- 1m
- 52
micromark/micromark-extension-mdxjs
micromark extension to support MDX.js- 72%
- 4m
- 5
micromark/micromark-extension-mdx-jsx
micromark extension to support MDX or MDX.js JSX- 72%
- 4m
- 3
micromark/micromark-extension-frontmatter
micromark extension to support frontmatter (YAML, TOML, etc)- 72%
- 3m
- 14
micromark/micromark-extension-gfm-footnote
micromark extension to support GFM footnotes- 72%
- 5m
- 5
rehypejs/rehype-slug
plugin to addid
attributes to headings- 72%
- 844k
- 114
micromark/micromark-extension-mdx-md
micromark extension to turn some markdown features off for MDX- 72%
- 4m
- 1
syntax-tree/unist-util-modify-children
utility to modify direct children of a parent- 72%
- 1m
- 6
syntax-tree/estree-util-attach-comments
utility to attach comments to estree nodes- 72%
- 3m
- 6
syntax-tree/hast-util-heading-rank
utility to get the rank (or depth, level) of headings- 72%
- 842k
- 6
rehypejs/rehype-react
plugin to transform to React- 72%
- 431k
- 329
syntax-tree/estree-util-build-jsx
Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)- 72%
- 3m
- 22
rehypejs/rehype-autolink-headings
plugin to add links to headings in HTML- 72%
- 630k
- 120
syntax-tree/hast-util-select
utility to addquerySelector
,querySelectorAll
, andmatches
support for hast- 72%
- 440k
- 27
vfile/vfile-sort
utility to sort messages by line/column- 72%
- 1m
- 4
remarkjs/remark-toc
plugin to generate a table of contents (TOC)- 72%
- 380k
- 306
vfile/vfile-statistics
utility to count messages per category: failures, warnings, etc- 72%
- 1m
- 5
syntax-tree/mdast-util-toc
utility to generate a table of contents from an mdast tree- 72%
- 993k
- 64
syntax-tree/unist-util-select
utility to select unist nodes with CSS-like selectors- 72%
- 587k
- 53
syntax-tree/hast-util-to-estree
hast utility to transform to estree (JavaScript AST) JSX- 72%
- 3m
- 15
syntax-tree/unist-util-visit-children
unist utility to visit direct children of a parent- 72%
- 947k
- 8
syntax-tree/unist-util-inspect
utility to inspect nodes- 72%
- 757k
- 20
micromark/micromark-extension-mdx-expression
micromark extension to support MDX or MDX JS expressions- 72%
- 11m
- 6
remarkjs/remark-html
plugin to add support for serializing HTML- 71%
- 753k
- 270
vfile/vfile-reporter
utility to create a report for a vfile- 71%
- 1m
- 31
syntax-tree/unist-util-map
utility to create a new tree by mapping all nodes- 71%
- 389k
- 34
syntax-tree/mdast-comment-marker
utility to parse a comment marker in mdast- 71%
- 552k
- 9
remarkjs/remark-github
remark plugin to link references to commits, issues, pull-requests, and users, like on GitHub- 71%
- 321k
- 149
unifiedjs/unified-engine
Engine to process multiple files with unified- 71%
- 684k
- 51
syntax-tree/unist-util-filter
utility to create a new tree with nodes that pass a filter- 71%
- 719k
- 11
remarkjs/remark-breaks
plugin to add break support, without needing spaces- 71%
- 692k
- 75
rehypejs/rehype-sanitize
plugin to sanitize HTML- 71%
- 564k
- 88
syntax-tree/mdast-util-heading-style
utility to get the style of an mdast heading- 71%
- 448k
- 4
syntax-tree/mdast-util-to-nlcst
utility to transform mdast to nlcst- 71%
- 594k
- 9
remarkjs/remark-math
remark and rehype plugins to support math- 70%
- 1m
- 274
remarkjs/remark-message-control
plugin to enable, disable, and ignore messages- 70%
- 532k
- 8
syntax-tree/hast-util-to-mdast
utility to transform hast (HTML) to mdast (markdown)- 70%
- 143k
- 27
unifiedjs/unified-args
Create CLIs for unified processors- 70%
- 472k
- 30
syntax-tree/hast-util-from-dom
utility to transform a DOM tree to hast- 70%
- 272k
- 20
unifiedjs/unified-message-control
plugin to enable, disable, and ignore messages- 70%
- 517k
- 6
remarkjs/remark-retext
plugin to transform from remark (Markdown) to retext (natural language)- 70%
- 590k
- 18
vfile/vfile-find-up
utility to find one or more files by searching the file system upwards- 70%
- 107k
- 6
vfile/vfile-matter
utility to parse the YAML front matter in a vfile- 70%
- 334k
- 17
syntax-tree/hast-util-phrasing
utility to check if a node is phrasing content- 70%
- 210k
- 0
retextjs/retext-equality
plugin to check for possible insensitive, inconsiderate language- 70%
- 73k
- 152
retextjs/retext-smartypants
plugin to implement SmartyPants- 70%
- 403k
- 53
syntax-tree/nlcst-search
utility to search for patterns in an nlcst tree- 70%
- 98k
- 14
syntax-tree/nlcst-is-literal
utility to check whether an nlcst node is meant literally- 70%
- 133k
- 9
syntax-tree/mdast-util-math
mdast extension to parse and serialize math- 69%
- 597k
- 7
syntax-tree/mdast-util-heading-range
utility to use headings as ranges in mdast- 69%
- 54k
- 8
syntax-tree/nlcst-normalize
utility to normalize an nlcst word for easier comparison- 69%
- 100k
- 7
syntax-tree/hast-util-embedded
utility to check if a node is an embedded element- 69%
- 500k
- 2
syntax-tree/mdast-util-phrasing
utility to check if an mdast node is phrasing content- 69%
- 5m
- 0
retextjs/retext-keywords
plugin to extract keywords and key-phrases- 69%
- 17k
- 302
remarkjs/strip-markdown
plugin remove Markdown formatting- 69%
- 196k
- 112
rhysd/remark-emoji
Remark markdown transformer to replace :emoji: in text- 69%
- 1m
- 92
remarkjs/remark-react
Legacy plugin to transform to React — please useremark-rehype
andrehype-react
instead- 69%
- 170k
- 523
JS-DevTools/rehype-toc
A rehype plugin that adds a table of contents (TOC) to the page- 69%
- 22k
- 44
rehypejs/rehype-remark
plugin to transform from HTML (rehype) to Markdown (remark)- 69%
- 121k
- 46
syntax-tree/mdast-util-footnote
mdast extension to parse and serialize footnotes- 69%
- 747k
- 3
remarkjs/remark-directive
remark plugin to support directives- 69%
- 152k
- 144
syntax-tree/mdast-zone
utility to treat HTML comments as ranges or markers in mdast- 69%
- 22k
- 15
remarkjs/remark-reference-links
plugin to change links and images to references with separate definitions- 69%
- 247k
- 24
remarkjs/remark-validate-links
plugin to check that Markdown links and images reference existing files and headings- 69%
- 204k
- 98
JS-DevTools/rehype-url-inspector
A rehype plugin to inspect, validate, or rewrite URLs anywhere in an HTML document- 68%
- 20k
- 14
retextjs/retext-profanities
plugin to check for profane and vulgar wording- 68%
- 72k
- 41
retextjs/retext-indefinite-article
plugin to check if indefinite articles (a and an) are used correctly- 68%
- 47k
- 18
remarkjs/remark-unwrap-images
plugin to remove the wrapping paragraph for images- 68%
- 75k
- 56
retextjs/retext-repeated-words
plugin to check for for repeated words- 68%
- 52k
- 10
syntax-tree/hast-util-to-nlcst
utility to transform hast to nlcst- 68%
- 69k
- 4
remarkjs/remark-contributors
plugin to generate a list of contributors- 68%
- 10k
- 20
syntax-tree/unist-util-index
utility to index property values or computed keys to nodes- 68%
- 6k
- 7
retextjs/retext-spell
plugin to check spelling- 68%
- 43k
- 59
micromark/micromark-extension-directive
micromark extension to support generic directives (:cite[smith04]
)- 68%
- 184k
- 19
syntax-tree/unist-util-source
utility to get the source of a node or position- 68%
- 41k
- 6
rehypejs/rehype-external-links
rehype plugin to add rel (and target) to external links- 68%
- 180k
- 34
unifiedjs/unified-diff
plugin to ignore unrelated CI messages- 68%
- 68k
- 16
micromark/micromark-extension-footnote
Legacy micromark extension to support footnotes- 68%
- 746k
- 2
jaywcjlove/rehype-attr
New syntax to add attributes to Markdown.- 68%
- 184k
- 25
syntax-tree/hast-util-heading
utility to check if a node is heading content- 68%
- 5k
- 4
remarkjs/remark-usage
plugin to add a usage example to your readme- 68%
- 21k
- 35
retextjs/retext-quotes
plugin to check quotes and apostrophes- 68%
- 19k
- 8
syntax-tree/mdast-util-directive
mdast extension to parse and serialize generic directives (:cite[smith04]
)- 68%
- 182k
- 8
syntax-tree/hast-util-find-and-replace
utility to find and replace text in a hast tree- 68%
- 101k
- 5
remarkjs/remark-comment-config
plugin to configure remark with comments- 68%
- 17k
- 12
retextjs/retext-sentence-spacing
plugin to check spacing between sentences- 68%
- 27k
- 7
syntax-tree/hast-util-to-dom
utility to transform hast to a DOM tree- 68%
- 13k
- 13
jaywcjlove/rehype-rewrite
Rewrite element with rehype.- 68%
- 199k
- 13
retextjs/retext-readability
plugin to check readability- 68%
- 4k
- 80
remarkjs/remark-yaml-config
plugin to configure remark with YAML frontmatter- 68%