mdx-js/mdx
Markdown for the component era- 90%
- 61m
- 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%
- 64m
- 6k
unifiedjs/unified
☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees- 88%
- 43m
- 4k
vfile/vfile
Virtual file format for text processing used in @unifiedjs- 85%
- 39m
- 388
syntax-tree/unist-util-visit
utility to visit nodes- 85%
- 42m
- 181
remarkjs/react-markdown
Markdown component for React- 84%
- 6m
- 10k
syntax-tree/unist-util-visit-parents
utility to recursively walk over unist nodes, with ancestral information- 83%
- 44m
- 39
syntax-tree/unist-util-is
utility to check if a node passes a test- 83%
- 44m
- 27
syntax-tree/mdast-util-to-hast
utility to transform mdast to hast- 82%
- 26m
- 68
syntax-tree/hastscript
utility to create hast trees- 82%
- 26m
- 104
syntax-tree/unist-util-stringify-position
utility to serialize a node, position, or point as a human readable location- 82%
- 42m
- 5
syntax-tree/mdast-util-to-string
utility to get the plain text content of an mdast node- 82%
- 36m
- 27
vfile/vfile-message
utility to create a vfile message- 82%
- 40m
- 10
syntax-tree/unist-builder
utility to create a new trees with a nice syntax- 82%
- 25m
- 56
vfile/vfile-location
utility to convert between positional (line and column-based) and offset (range-based) locations- 81%
- 29m
- 13
syntax-tree/hast-to-hyperscript
Legacy utility to transform hast to something else- 81%
- 20m
- 44
syntax-tree/unist-util-remove-position
utility to remove positions from a tree- 81%
- 27m
- 11
micromark/micromark
the smallest commonmark (optionally gfm) compliant markdown parser that exists; new foundation for @unifiedjs (hundreds of projects w/ billions of downloads for dealing w/ content)- 81%
- 114m
- 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%
- 24m
- 10
syntax-tree/hast-util-from-parse5
utility to transform Parse5’s AST to hast- 81%
- 21m
- 12
syntax-tree/mdast-util-definitions
utility to find definition nodes in an mdast tree- 80%
- 26m
- 8
syntax-tree/mdast-util-from-markdown
mdast utility to parse markdown- 80%
- 18m
- 116
syntax-tree/unist-util-remove
utility to remove nodes from a tree- 80%
- 19m
- 16
syntax-tree/hast-util-raw
utility to reparse a hast tree- 80%
- 20m
- 6
syntax-tree/hast-util-to-parse5
utility to transform hast to Parse5’s AST- 80%
- 20m
- 2
syntax-tree/mdast-squeeze-paragraphs
utility to remove empty paragraphs from an mdast tree- 80%
- 18m
- 3
remarkjs/remark-footnotes
Legacy plugin to add support for pandoc footnotes — please useremark-gfm
instead- 79%
- 18m
- 39
remarkjs/remark-squeeze-paragraphs
plugin to remove empty (or white-space only) paragraphs- 79%
- 18m
- 8
syntax-tree/mdast-util-to-markdown
mdast utility to serialize markdown- 78%
- 13m
- 58
remarkjs/remark-rehype
plugin that turns markdown into HTML to support rehype- 78%
- 7m
- 149
remarkjs/remark-gfm
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)- 77%
- 5m
- 331
syntax-tree/hast-util-whitespace
utility to check if a node is inter-element whitespace- 77%
- 7m
- 4
remarkjs/remark-slug
Legacy plugin to addid
s to headings — please userehype-slug
- 77%
- 15m
- 83
remarkjs/remark-external-links
Legacy plugin to automatically add target and rel attributes to external links — please userehype-external-links
instead- 76%
- 15m
- 50
syntax-tree/mdast-util-find-and-replace
mdast utility to find and replace text in a tree- 76%
- 5m
- 7
syntax-tree/mdast-util-gfm
mdast extension to parse and serialize GFM (GitHub Flavored Markdown)- 76%
- 5m
- 10
syntax-tree/mdast-util-gfm-table
mdast extension to parse and serialize GFM tables- 76%
- 5m
- 5
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%
- 5m
- 3
syntax-tree/mdast-util-gfm-strikethrough
mdast extension to parse and serialize GFM strikethrough- 75%
- 5m
- 4
syntax-tree/hast-util-to-html
utility to serialize hast to HTML- 75%
- 3m
- 61
syntax-tree/mdast-util-gfm-task-list-item
mdast extension to parse and serialize GFM task list items- 75%
- 5m
- 3
micromark/micromark-extension-gfm
micromark extension to support GFM (GitHub Flavored Markdown)- 75%
- 5m
- 15
syntax-tree/hast-util-is-element
utility to check if a node is a (certain) element- 75%
- 3m
- 8
remarkjs/remark-frontmatter
remark plugin to support frontmatter (YAML, TOML, and more)- 75%
- 2m
- 177
micromark/micromark-extension-gfm-strikethrough
micromark extension to support GFM strikethrough- 75%
- 5m
- 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%
- 5m
- 2
micromark/micromark-extension-gfm-table
micromark extension to support GFM tables- 74%
- 5m
- 2
micromark/micromark-extension-gfm-task-list-item
micromark extension to support GFM task list items- 74%
- 5m
- 2
syntax-tree/estree-util-is-identifier-name
Check if something can be an ecmascript (javascript) identifier name- 74%
- 4m
- 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%
- 5m
- 1
syntax-tree/hast-util-sanitize
utility to sanitize hast nodes- 74%
- 1m
- 38
rehypejs/rehype-minify
plugins to minify HTML- 74%
- 3m
- 69
syntax-tree/estree-util-visit
esast (and estree) utility to visit nodes- 74%
- 2m
- 2
rehypejs/rehype-raw
plugin to parse the tree again- 74%
- 2m
- 65
remarkjs/remark-lint
plugins to check (lint) markdown code style- 74%
- 15m
- 853
syntax-tree/mdast-util-mdx-jsx
mdast extension to parse and serialize MDX JSX- 74%
- 3m
- 9
syntax-tree/mdast-util-compact
utility to make an mdast tree compact- 74%
- 5m
- 4
syntax-tree/mdast-util-mdx
mdast extension to parse and serialize MDX (or MDX.js)- 73%
- 3m
- 8
syntax-tree/unist-util-position-from-estree
unist utility to get a position from an estree node- 73%
- 2m
- 0
syntax-tree/mdast-util-mdxjs-esm
mdast extension to parse and serialize MDX.js ESM (import/exports)- 73%
- 3m
- 6
syntax-tree/mdast-util-mdx-expression
mdast extension to parse and serialize MDX or MDX.js expressions- 73%
- 3m
- 1
syntax-tree/mdast-util-frontmatter
mdast extensions to parse and serialize frontmatter (YAML, TOML, etc)- 73%
- 2m
- 8
syntax-tree/mdast-util-gfm-footnote
mdast extension to parse and serialize GFM footnotes- 73%
- 3m
- 3
syntax-tree/hast-util-has-property
utility to check if a node has a property- 73%
- 2m
- 0
syntax-tree/nlcst-to-string
utility to transform an nlcst tree to a string- 73%
- 1m
- 16
syntax-tree/hast-util-to-text
utility to get the plain-text value of a node according to theinnerText
algorithm- 73%
- 925k
- 14
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%
- 3m
- 9
vfile/to-vfile
utility to create a vfile from a filepath- 73%
- 1m
- 49
micromark/micromark-extension-mdxjs
micromark extension to support MDX.js- 72%
- 2m
- 4
micromark/micromark-extension-mdx-jsx
micromark extension to support MDX or MDX.js JSX- 72%
- 3m
- 3
micromark/micromark-extension-frontmatter
micromark extension to support frontmatter (YAML, TOML, etc)- 72%
- 2m
- 13
micromark/micromark-extension-gfm-footnote
micromark extension to support GFM footnotes- 72%
- 3m
- 5
rehypejs/rehype-slug
plugin to addid
attributes to headings- 72%
- 962k
- 95
micromark/micromark-extension-mdx-md
micromark extension to turn some markdown features off for MDX- 72%
- 3m
- 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%
- 2m
- 5
syntax-tree/hast-util-heading-rank
utility to get the rank (or depth, level) of headings- 72%
- 953k
- 6
rehypejs/rehype-react
plugin to transform to React- 72%
- 284k
- 298
syntax-tree/estree-util-build-jsx
Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)- 72%
- 2m
- 20
rehypejs/rehype-autolink-headings
plugin to add links to headings in HTML- 72%
- 714k
- 98
syntax-tree/hast-util-select
utility to addquerySelector
,querySelectorAll
, andmatches
support for hast- 72%
- 603k
- 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%
- 430k
- 281
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%
- 1m
- 55
syntax-tree/unist-util-select
utility to select unist nodes with CSS-like selectors- 72%
- 790k
- 52
syntax-tree/hast-util-to-estree
hast utility to transform to estree (JavaScript AST) JSX- 72%
- 2m
- 13
syntax-tree/unist-util-visit-children
unist utility to visit direct children of a parent- 72%
- 1m
- 8
syntax-tree/unist-util-inspect
utility to inspect nodes- 72%
- 795k
- 18
micromark/micromark-extension-mdx-expression
micromark extension to support MDX or MDX JS expressions- 72%
- 8m
- 5
remarkjs/remark-html
plugin to add support for serializing HTML- 71%
- 723k
- 250
vfile/vfile-reporter
utility to create a report for a vfile- 71%
- 1m
- 30
syntax-tree/unist-util-map
utility to create a new tree by mapping all nodes- 71%
- 683k
- 31
syntax-tree/mdast-comment-marker
utility to parse a comment marker in mdast- 71%
- 578k
- 9
remarkjs/remark-github
remark plugin to link references to commits, issues, pull-requests, and users, like on GitHub- 71%
- 363k
- 142
unifiedjs/unified-engine
Engine to process multiple files with unified- 71%
- 746k
- 50
syntax-tree/unist-util-filter
utility to create a new tree with nodes that pass a filter- 71%
- 570k
- 10
remarkjs/remark-breaks
plugin to add break support, without needing spaces- 71%
- 350k
- 66
rehypejs/rehype-sanitize
plugin to sanitize HTML- 71%
- 389k
- 81
syntax-tree/mdast-util-heading-style
utility to get the style of an mdast heading- 71%
- 461k
- 4
syntax-tree/mdast-util-to-nlcst
utility to transform mdast to nlcst- 71%
- 793k
- 8
remarkjs/remark-math
remark and rehype plugins to support math- 70%
- 771k
- 245
remarkjs/remark-message-control
plugin to enable, disable, and ignore messages- 70%
- 555k
- 7
syntax-tree/hast-util-to-mdast
utility to transform hast (HTML) to mdast (markdown)- 70%
- 186k
- 26
unifiedjs/unified-args
Create CLIs for unified processors- 70%
- 621k
- 30
syntax-tree/hast-util-from-dom
utility to transform a DOM tree to hast- 70%
- 80k
- 18
unifiedjs/unified-message-control
plugin to enable, disable, and ignore messages- 70%
- 545k
- 5
remarkjs/remark-retext
plugin to transform from remark (Markdown) to retext (natural language)- 70%
- 789k
- 18
vfile/vfile-find-up
utility to find one or more files by searching the file system upwards- 70%
- 122k
- 6
vfile/vfile-matter
utility to parse the YAML front matter in a vfile- 70%
- 202k
- 17
syntax-tree/hast-util-phrasing
utility to check if a node is phrasing content- 70%
- 213k
- 0
retextjs/retext-equality
plugin to check for possible insensitive, inconsiderate language- 70%
- 81k
- 148
retextjs/retext-smartypants
plugin to implement SmartyPants- 70%
- 309k
- 52
syntax-tree/nlcst-search
utility to search for patterns in an nlcst tree- 70%
- 106k
- 13
syntax-tree/nlcst-is-literal
utility to check whether an nlcst node is meant literally- 70%
- 134k
- 9
syntax-tree/mdast-util-math
mdast extension to parse and serialize math- 69%
- 265k
- 7
syntax-tree/mdast-util-heading-range
utility to use headings as ranges in mdast- 69%
- 68k
- 8
syntax-tree/nlcst-normalize
utility to normalize an nlcst word for easier comparison- 69%
- 106k
- 6
syntax-tree/hast-util-embedded
utility to check if a node is an embedded element- 69%
- 421k
- 2
syntax-tree/mdast-util-phrasing
utility to check if an mdast node is phrasing content- 69%
- 1m
- 0
retextjs/retext-keywords
plugin to extract keywords and key-phrases- 69%
- 14k
- 294
remarkjs/strip-markdown
plugin remove Markdown formatting- 69%
- 237k
- 106
rhysd/remark-emoji
Remark markdown transformer to replace :emoji: in text- 69%
- 897k
- 88
remarkjs/remark-react
Legacy plugin to transform to React — please useremark-rehype
andrehype-react
instead- 69%
- 152k
- 520
JS-DevTools/rehype-toc
A rehype plugin that adds a table of contents (TOC) to the page- 69%
- 32k
- 36
rehypejs/rehype-remark
plugin to transform from HTML (rehype) to Markdown (remark)- 69%
- 148k
- 45
syntax-tree/mdast-util-footnote
mdast extension to parse and serialize footnotes- 69%
- 838k
- 4
remarkjs/remark-directive
remark plugin to support directives- 69%
- 185k
- 126
syntax-tree/mdast-zone
utility to treat HTML comments as ranges or markers in mdast- 69%
- 25k
- 14
remarkjs/remark-reference-links
plugin to change links and images to references with separate definitions- 69%
- 281k
- 24
remarkjs/remark-validate-links
plugin to check that Markdown links and images reference existing files and headings- 69%
- 358k
- 89
JS-DevTools/rehype-url-inspector
A rehype plugin to inspect, validate, or rewrite URLs anywhere in an HTML document- 68%
- 20k
- 11
retextjs/retext-profanities
plugin to check for profane and vulgar wording- 68%
- 80k
- 40
retextjs/retext-indefinite-article
plugin to check if indefinite articles (a and an) are used correctly- 68%
- 46k
- 18
remarkjs/remark-unwrap-images
plugin to remove the wrapping paragraph for images- 68%
- 67k
- 53
retextjs/retext-repeated-words
plugin to check for for repeated words- 68%
- 51k
- 10
syntax-tree/hast-util-to-nlcst
utility to transform hast to nlcst- 68%
- 76k
- 3
remarkjs/remark-contributors
plugin to generate a list of contributors- 68%
- 13k
- 20
syntax-tree/unist-util-index
utility to index property values or computed keys to nodes- 68%
- 27k
- 6
retextjs/retext-spell
plugin to check spelling- 68%
- 39k
- 58
micromark/micromark-extension-directive
micromark extension to support generic directives (:cite[smith04]
)- 68%
- 186k
- 18
syntax-tree/unist-util-source
utility to get the source of a node or position- 68%
- 10k
- 5
rehypejs/rehype-external-links
rehype plugin to add rel (and target) to external links- 68%
- 128k
- 24
unifiedjs/unified-diff
plugin to ignore unrelated CI messages- 68%
- 75k
- 14
micromark/micromark-extension-footnote
Legacy micromark extension to support footnotes- 68%
- 838k
- 2
jaywcjlove/rehype-attr
New syntax to add attributes to Markdown.- 68%
- 143k
- 23
syntax-tree/hast-util-heading
utility to check if a node is heading content- 68%
- 16k
- 4
remarkjs/remark-usage
plugin to add a usage example to your readme- 68%
- 23k
- 34
retextjs/retext-quotes
plugin to check quotes and apostrophes- 68%
- 20k
- 8
syntax-tree/mdast-util-directive
mdast extension to parse and serialize generic directives (:cite[smith04]
)- 68%
- 186k
- 8
syntax-tree/hast-util-find-and-replace
utility to find and replace text in a hast tree- 68%
- 72k
- 4
remarkjs/remark-comment-config
plugin to configure remark with comments- 68%
- 20k
- 12
retextjs/retext-sentence-spacing
plugin to check spacing between sentences- 68%
- 30k
- 6
syntax-tree/hast-util-to-dom
utility to transform hast to a DOM tree- 68%
- 13k
- 12
jaywcjlove/rehype-rewrite
Rewrite element with rehype.- 68%
- 165k
- 12
retextjs/retext-readability
plugin to check readability- 68%
- 5k
- 77
remarkjs/remark-yaml-config
plugin to configure remark with YAML frontmatter- 68%