wooorm

npm packages maintained by wooorm

Packages
250
Weekly downloads
5.2B
Repositories
Stars
Followers

Packages

parse5
HTML parser and serializer.
155.2M +2%8.0.15 months ago
micromark-util-symbol
micromark utility with symbols
69.4M +4%2.0.12 years ago
micromark-util-character
micromark utility to handle character codes
66.5M +4%2.1.12 years ago
unist-util-is
unist utility to check if a node passes a test
65M +3%6.0.111 months ago
unist-util-visit
unist utility to visit nodes
64.7M +3%5.1.07 months ago
unist-util-visit-parents
unist utility to recursively walk over nodes, with ancestral information
64.6M +3%6.0.211 months ago
unist-util-stringify-position
unist utility to serialize a node, position, or point as a human readable location
64M +3%4.0.03 years ago
micromark-util-types
micromark utility with a couple of typescript types
61M +3%2.0.22 years ago
property-information
Info on the properties and attributes of the web platform
60.5M +3%7.2.03 months ago
vfile-message
vfile utility to create a virtual message
60.1M +3%4.0.3last year
vfile
Virtual file format for text processing
59.6M +3%6.0.32 years ago
character-entities
Map of named character references
58.9M +3%2.0.24 years ago
micromark-factory-space
micromark factory to parse markdown space (found in lots of places)
58.8M +3%2.0.12 years ago
mdast-util-to-string
mdast utility to get the plain text content of a node
58.2M +3%4.0.03 years ago
character-entities-legacy
List of legacy HTML named character references that don’t need a trailing semicolon
58M +3%3.0.05 years ago
micromark
small commonmark compliant markdown parser with positional info and concrete tokens
57.7M +3%4.0.22 years ago
mdast-util-from-markdown
mdast utility to parse markdown
56.8M +4%2.0.36 months ago
unified
parse, inspect, transform, and serialize content through syntax trees
55.7M +3%11.0.52 years ago
micromark-util-chunked
micromark utility to splice and push with giant arrays
53.9M +3%2.0.12 years ago
micromark-util-classify-character
micromark utility to classify whether a character is whitespace or punctuation
53.9M +3%2.0.12 years ago
micromark-util-resolve-all
micromark utility to resolve subtokens
53.7M +3%2.0.12 years ago
micromark-util-decode-numeric-character-reference
micromark utility to decode numeric character references
53.7M +3%2.0.22 years ago
micromark-core-commonmark
The CommonMark markdown constructs
53.7M +3%2.0.32 years ago
space-separated-tokens
Parse and stringify space separated tokens
53.7M +3%2.0.24 years ago
micromark-util-subtokenize
micromark utility to tokenize subtokens
53.6M +3%2.1.02 years ago
micromark-factory-whitespace
micromark factory to parse markdown whitespace (found in lots of places)
53.6M +3%2.0.12 years ago
micromark-factory-label
micromark factory to parse labels (found in media, definitions)
53.6M +3%2.0.12 years ago
micromark-util-combine-extensions
micromark utility to combine syntax or html extensions
53.6M +3%2.0.12 years ago
micromark-util-html-tag-name
micromark utility with list of html tag names
53.6M +3%2.0.12 years ago
micromark-factory-title
micromark factory to parse markdown titles (found in resources, definitions)
53.6M +3%2.0.12 years ago
comma-separated-tokens
Parse and stringify comma-separated tokens
53M +4%2.0.34 years ago
remark-parse
remark plugin to add support for parsing markdown input
51.8M +3%11.0.03 years ago
decode-named-character-reference
Decode named character references
51.7M +3%1.3.08 months ago
parse-entities
Parse HTML character references
51.7M +3%4.0.22 years ago
is-alphabetical
Check if a character is alphabetical
51.6M +3%2.0.15 years ago
is-decimal
Check if a character is decimal
51.6M +3%2.0.15 years ago
is-alphanumerical
Check if a character is alphanumerical
51.6M +3%2.0.15 years ago
mdast-util-to-markdown
mdast utility to serialize markdown
51.5M +3%2.1.22 years ago
devlop
Do things in development and nothing otherwise
51.3M +3%1.1.03 years ago
trough
`trough` is middleware
51.1M +3%2.2.03 years ago
is-hexadecimal
Check if a character is hexadecimal
51.1M +3%2.0.15 years ago
bail
Throw a given error
51.1M +3%2.0.25 years ago
character-reference-invalid
Map of invalid numeric character references to their replacements, according to HTML
51.1M +3%2.0.15 years ago
mdast-util-to-hast
mdast utility to transform to hast
50.5M +3%13.2.19 months ago
unist-util-position
unist utility to get the position of a node
50.3M +3%5.0.03 years ago
longest-streak
Count the longest repeating streak of a substring
49.9M +3%3.1.04 years ago
hast-util-whitespace
hast utility to check if a node is inter-element whitespace
48.5M +3%3.0.03 years ago
mdast-util-phrasing
mdast utility to check if a node is phrasing content
48.5M +3%4.1.03 years ago
stringify-entities
Serialize (encode) HTML character references
47.7M +4%4.0.42 years ago
character-entities-html4
Map of named character references from HTML 4
47.6M +4%2.1.05 years ago
micromark-util-encode
micromark utility to encode dangerous html characters
46.6M -16%2.0.12 years ago
micromark-util-normalize-identifier
micromark utility normalize identifiers (as found in references, definitions)
45M -14%2.0.12 years ago
micromark-factory-destination
micromark factory to parse destinations (found in resources, definitions)
45M -14%2.0.12 years ago
zwitch
Handle values based on a property
44.8M -13%2.0.44 years ago
remark-rehype
remark plugin that turns markdown into HTML to support rehype
44.5M +3%11.1.2last year
markdown-table
Generate a markdown (GFM) table
44.2M +3%3.0.42 years ago
ccount
Count how often a character (or substring) is used in a string
43.9M -13%2.0.15 years ago
micromark-util-decode-string
micromark utility to decode markdown strings
43.6M -13%2.0.12 years ago
micromark-extension-gfm-table
micromark extension to support GFM tables
43.2M +3%2.1.12 years ago
micromark-extension-gfm-autolink-literal
micromark extension to support GFM autolink literals
42M +3%2.1.02 years ago
mdast-util-gfm-table
mdast extension to parse and serialize GFM tables
41.6M +4%2.0.03 years ago
estree-util-is-identifier-name
Check if something can be an ecmascript (javascript) identifier name
41.3M +4%3.0.03 years ago
micromark-extension-gfm-strikethrough
micromark extension to support GFM strikethrough
40.9M +3%2.1.02 years ago
micromark-extension-gfm-task-list-item
micromark extension to support GFM task list items
40.8M +3%2.1.02 years ago
mdast-util-gfm-task-list-item
mdast extension to parse and serialize GFM task list items
40.8M +3%2.0.03 years ago
mdast-util-mdx-jsx
mdast extension to parse and serialize MDX or MDX.js JSX
40.7M +4%3.2.02 years ago
mdast-util-find-and-replace
mdast utility to find and replace text in a tree
40.7M +3%3.0.22 years ago
mdast-util-gfm-autolink-literal
mdast extension to parse and serialize GFM autolink literals
40.3M +3%2.0.12 years ago
micromark-extension-gfm-footnote
micromark extension to support GFM footnotes
40.1M +3%2.1.02 years ago
remark-gfm
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
39.7M +3%4.0.12 years ago
mdast-util-mdx-expression
mdast extension to parse and serialize MDX (or MDX.js) expressions
39.7M +4%2.0.12 years ago
mdast-util-mdxjs-esm
mdast extension to parse and serialize MDX.js ESM (import/exports)
39.6M +4%2.0.13 years ago
remark-stringify
remark plugin to add support for serializing markdown
39.1M +3%11.0.03 years ago
trim-lines
Remove spaces and tabs around line-breaks
38.4M -13%3.0.14 years ago
hast-util-to-jsx-runtime
hast utility to transform to preact, react, solid, svelte, vue, etc
37.8M +4%2.3.6last year
micromark-util-sanitize-uri
micromark utility to sanitize urls
37.4M -32%2.0.12 years ago
react-markdown
React component to render markdown
34.1M +3%10.1.0last year
micromark-extension-gfm
micromark extension to support GFM (GitHub Flavored Markdown)
33.8M -14%3.0.03 years ago
micromark-extension-gfm-tagfilter
micromark extension to support GFM tagfilter
33.8M -14%2.0.03 years ago
mdast-util-gfm-strikethrough
mdast extension to parse and serialize GFM strikethrough
33.4M -16%2.0.03 years ago
mdast-util-gfm
mdast extension to parse and serialize GFM (GitHub Flavored Markdown)
33.3M -16%3.1.02 years ago
parse5-htmlparser2-tree-adapter
htmlparser2 tree adapter for parse5.
32.8M -1%8.0.15 months ago
mdast-util-gfm-footnote
mdast extension to parse and serialize GFM footnotes
32.3M -13%2.1.02 years ago
html-url-attributes
Map of URL attributes in HTML
32.1M +3%3.0.12 years ago
hastscript
hast utility to create trees
31.8M +3%9.0.12 years ago
hast-util-parse-selector
hast utility to create an element from a simple CSS selector
31.4M +3%4.0.03 years ago
import-meta-resolve
Resolve things like Node.js — ponyfill for `import.meta.resolve`
29.7M +4%4.2.0last year
html-void-elements
List of HTML void tag names
28.2M +3%3.0.03 years ago
vfile-location
vfile utility to convert between positional (line and column-based) and offset (range-based) locations
25.1M +2%5.0.32 years ago
hast-util-from-parse5
hast utility to transform from a `parse5` AST
24M +2%8.0.32 years ago
web-namespaces
Map of web namespaces
23.9M +2%2.0.15 years ago
hast-util-to-html
hast utility to serialize to HTML
22M +4%9.0.52 years ago
@mdx-js/react
React context for MDX
21.2M +4%3.1.1last year
hast-util-raw
hast utility to reparse a tree
19.8M +2%9.1.02 years ago
hast-util-to-parse5
hast utility to transform to a `parse5` AST
19.8M +1%8.0.19 months ago
rehype-raw
rehype plugin to reparse the tree (and raw nodes)
18.5M +2%7.0.03 years ago
parse5-parser-stream
Streaming HTML parser with scripting support.
17.2M -3%8.0.0last year
unist-util-remove-position
unist utility to remove positions from a tree
17.1M -1%5.0.03 years ago
github-slugger
Generate a slug just like GitHub does for markdown headings.
15.3M +4%2.0.04 years ago
fault
Functional errors with formatted output
14.9M +2%2.0.15 years ago
unist-util-find-after
unist utility to find a node after another node
14.5M +2%5.0.03 years ago
hast-util-from-html
hast utility to parse from HTML
14.4M +1%2.0.32 years ago
hast-util-to-text
hast utility to get the plain-text value of a node according to the `innerText` algorithm
14.3M +2%4.0.22 years ago
hast-util-is-element
hast utility to check if a node is a (certain) element
14.2M -14%3.0.03 years ago
micromark-extension-mdx-jsx
micromark extension to support MDX or MDX.js JSX
13.3M +4%3.0.2last year
estree-util-visit
esast (and estree) utility to visit nodes
13.3M +4%2.0.03 years ago
micromark-factory-mdx-expression
micromark factory to parse MDX expressions (found in JSX attributes, flow, text)
13.2M +4%2.0.3last year
micromark-util-events-to-acorn
micromark utility to try and parse events w/ acorn
13.2M +4%2.0.3last year
lowlight
Virtual syntax highlighting for virtual DOMs and non-HTML things
12.7M +3%3.3.02 years ago
remark-mdx
remark plugin to support MDX syntax
12.7M +3%3.1.1last year
mdast-util-mdx
mdast extension to parse and serialize MDX (or MDX.js)
12.6M +4%3.0.03 years ago
micromark-extension-mdx-expression
micromark extension to support MDX or MDX JS expressions
12.6M +4%3.0.1last year
micromark-extension-mdxjs-esm
micromark extension to support MDX JS import/exports
12.6M +4%3.0.03 years ago
micromark-extension-math
micromark extension to support math (`$C_L$`)
11.2M -2%3.1.02 years ago
unist-util-position-from-estree
unist utility to get a position from an estree node
11.1M -12%2.0.03 years ago
hast-util-sanitize
hast utility to sanitize nodes
11.1M +4%5.0.22 years ago
@mdx-js/mdx
MDX compiler
11M +4%3.1.1last year
mathml-tag-names
List of known MathML tag names
10.9M +4%4.0.02 years ago
micromark-extension-mdx-md
micromark extension to turn some markdown features off for MDX
10.6M -12%2.0.03 years ago
micromark-extension-mdxjs
micromark extension to support MDX.js
10.6M -12%3.0.03 years ago
rehype-sanitize
rehype plugin to sanitize HTML
10.4M +5%6.0.03 years ago
hast-util-to-estree
hast utility to transform to estree (JavaScript AST) JSX
10.4M +4%3.1.32 years ago
refractor
Lightweight, robust, elegant virtual syntax highlighting using Prism
10.4M +4%5.0.0last year
estree-util-attach-comments
Attach comments to estree nodes
10.3M +4%3.0.03 years ago
estree-util-to-js
estree (and esast) utility to serialize to JavaScript
10.3M +4%2.0.03 years ago
estree-util-build-jsx
Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)
10.2M +4%3.0.13 years ago
collapse-white-space
Collapse white space
10.1M -12%2.1.05 years ago
mdast-util-definitions
mdast utility to find definition nodes in a tree
9.5M +2%6.0.03 years ago
estree-util-scope
Check what’s defined in an estree scope
9.1M +7%1.0.1last week
esast-util-from-estree
esast utility to transform from estree
8.9M +5%2.0.03 years ago
recma-jsx
recma plugin to add support for parsing and serializing JSX
8.9M +5%1.0.1last year
rehype-recma
recma plugin to transform HTML (hast) to JS (estree)
8.9M +5%1.0.02 years ago
recma-stringify
recma plugin to serialize JavaScript
8.9M +5%1.0.02 years ago
remark-math
remark plugin to parse and stringify math
8.4M -0%6.0.03 years ago
hast-util-from-dom
hast utility to create a tree from the DOM
8.3M -0%5.0.12 years ago
rehype-stringify
rehype plugin to serialize HTML
8.3M +4%10.0.12 years ago
mdast-util-math
mdast extension to parse and serialize math
7.9M -18%3.0.03 years ago
rehype-parse
rehype plugin to parse HTML
7.6M +4%9.0.12 years ago
recma-parse
recma plugin to parse JavaScript
7.5M -11%1.0.02 years ago
recma-build-jsx
recma plugin to add support for parsing and serializing JSX
7.5M -11%1.0.02 years ago
rehype-katex
rehype plugin to transform inline and block math with KaTeX
7.5M -1%7.0.12 years ago
esast-util-from-js
estree (and esast) utility to parse from JavaScript
7.4M -13%2.0.13 years ago
micromark-extension-directive
micromark extension to support generic directives (`:cite[smith04]`)
7.4M -0%4.0.02 years ago
micromark-extension-frontmatter
micromark extension to support frontmatter (YAML, TOML, etc)
7.1M +1%2.0.03 years ago
mdast-util-frontmatter
mdast extension to parse and serialize frontmatter (YAML, TOML, etc)
7.1M +1%2.0.13 years ago
hast-util-to-string
hast utility to get the plain-text value of a node
6.9M +5%3.0.12 years ago
hast-util-from-html-isomorphic
hast utility that turns HTML into a syntax tree (while being small in browsers)
6.5M -16%2.0.03 years ago
nlcst-to-string
nlcst utility to transform a tree to a string
5.9M +6%4.0.03 years ago
remark
markdown processor powered by plugins part of the unified collective
5.7M +2%15.0.13 years ago
retext-smartypants
retext plugin to implement SmartyPants
5.6M +5%6.2.02 years ago
mdast-util-directive
mdast extension to parse and serialize generic directives (`:cite[smith04]`)
5.4M +3%3.1.02 years ago
direction
Detect the direction of text: left-to-right, right-to-left, or neutral
5.2M -12%2.0.15 years ago
parse5-html-rewriting-stream
Streaming HTML rewriter.
5.1M +2%8.0.15 months ago
remark-breaks
remark plugin to add break support, without needing spaces
5M +5%4.0.03 years ago
parse5-sax-parser
Streaming SAX-style HTML parser.
5M +2%8.0.0last year
mdast-util-newline-to-break
mdast utility to support hard breaks without needing spaces or escapes
4.9M +5%2.0.03 years ago
hast-util-has-property
hast utility to check if a node has a property
4.9M -12%3.0.03 years ago
unist-util-visit-children
unist utility to visit direct children of a parent
4.6M +3%3.0.03 years ago
unist-util-modify-children
unist utility to modify direct children of a parent
4.6M +3%4.0.03 years ago
array-iterate
`Array#forEach()` but it’s possible to define where to move to next
4.6M +4%2.0.15 years ago
parse-latin
Latin-script (natural language) parser
4.5M +3%7.0.03 years ago
remark-frontmatter
remark plugin to support frontmatter (yaml, toml, and more)
4.4M -15%5.0.03 years ago
retext-stringify
retext plugin to serialize prose
4.3M +3%4.0.03 years ago
retext
natural language processor powered by plugins part of the unified collective
4.3M +3%9.0.03 years ago
rehype
HTML processor powered by plugins part of the unified collective
4.2M +3%13.0.22 years ago
unist-util-generated
unist utility to check if a node is generated
4.1M -17%3.0.03 years ago
remark-directive
remark plugin to support directives
4M +3%4.0.02 years ago
hast-util-embedded
hast utility to check if a node is an embedded element
3.9M +7%3.0.03 years ago
retext-latin
retext plugin to parse Latin-script prose
3.6M -13%4.0.03 years ago
trim-trailing-lines
Remove final line feeds from a string
3.6M +1%2.1.04 years ago
unist-util-remove
unist utility to remove nodes from a tree
3.3M -0%4.0.03 years ago
bcp-47-match
Match BCP 47 language tags with language ranges per RFC 4647
3.3M -11%2.0.34 years ago
unist-builder
unist utility to create a new trees with a nice syntax
3.3M -0%4.0.03 years ago
hast-util-heading-rank
hast utility to get the rank (or depth, level) of headings
3.3M -10%3.0.03 years ago
hast-util-is-body-ok-link
hast utility to check if a link element is “Body OK”
3.1M -10%3.0.12 years ago
hast-util-phrasing
hast utility to check if a node is phrasing content
3.1M -10%3.0.13 years ago
rehype-slug
rehype plugin to add `id` attributes to headings
2.9M -13%6.0.03 years ago
hast-util-select
hast utility for `querySelector`, `querySelectorAll`, and `matches`
2.9M +7%6.0.42 years ago
html-whitespace-sensitive-tag-names
List of whitespace sensitive HTML tag names
2.6M +12%3.0.12 years ago
unist-util-filter
unist utility to create a new tree with nodes that pass a filter
2.6M +8%5.0.13 years ago
rehype-format
rehype plugin to format HTML
2.4M +13%5.0.12 years ago
vendors
List of vendor prefixes known to the web platform
2.4M +1%2.0.15 years ago
hast-util-minify-whitespace
hast utility to get the plain-text value of a node
2.3M -30%1.0.12 years ago
rehype-external-links
rehype plugin to automatically add `target` and `rel` attributes to external links
2.2M +7%3.0.03 years ago
rehype-autolink-headings
rehype plugin to add links to headings
2.2M +9%7.1.03 years ago
rehype-highlight
rehype plugin to highlight code blocks with lowlight (highlight.js)
2.1M +7%7.0.22 years ago
hast-util-format
Format whitespace in HTML
2.1M -6%1.1.02 years ago
rehype-minify-whitespace
rehype plugin to collapse whitespace
2.1M +1%6.0.22 years ago
emoticon
Info on ASCII emoticons
2M -3%4.1.02 years ago
bcp-47
Parse and stringify BCP 47 language tags
2M +13%2.1.12 months ago
hast-util-to-mdast
hast utility to transform to mdast
1.9M +1%10.1.22 years ago
unherit
Create a subclass that can be modified without affecting the super class
1.9M +1%3.0.14 years ago
is-whitespace-character
Check if a character is a whitespace character
1.7M +1%2.0.15 years ago
is-word-character
Check if a character is a word character
1.7M +1%2.0.15 years ago
markdown-escapes
Legacy list of escapable characters in markdown
1.7M +1%2.0.15 years ago
state-toggle
Enter/exit a state
1.7M +1%2.0.24 years ago
@mdx-js/loader
Webpack loader for MDX
1.6M +4%3.1.1last year
rehype-remark
rehype plugin to transform to remark
1.5M +4%10.0.1last year
afinn-165
AFINN 165 (list of English words rated for valence) in JSON
1.3M +14%2.0.24 years ago
vfile-matter
vfile utility to parse the YAML front matter in a file
1.3M -13%5.0.1last year
vfile-reporter
vfile utility to create a report for a file
1.3M +5%8.1.12 years ago
vfile-sort
vfile utility to sort messages by line/column
1.2M +6%4.0.03 years ago
vfile-statistics
vfile utility to count messages per category: failures, warnings, etc
1.2M +6%3.0.03 years ago
to-vfile
vfile utility to read and write to the file system
1.2M +4%8.0.03 years ago
unist-util-find-all-after
unist utility to find nodes after another node
1M +2%5.0.03 years ago
n-gram
Get n-grams from text
1M +3%2.0.24 years ago
detab
Detab: tabs -> spaces
997.8K +0%3.0.24 years ago
trigram-utils
A few language trigram utilities
970.5K +4%2.0.15 years ago
unist-util-inspect
unist utility to inspect nodes
968.9K +7%8.1.02 years ago
load-plugin
Load a submodule, plugin, or file
941.3K +8%6.0.32 years ago
unified-engine
unified engine to process multiple files, lettings users configure from the file system
939.6K +8%11.2.22 years ago
bcp-47-normalize
Normalize, canonicalize, and format BCP 47 tags
833.4K +3%2.3.03 years ago
mdast-squeeze-paragraphs
mdast utility to remove empty paragraphs from a tree
779.3K +2%6.0.03 years ago
mdast-util-compact
mdast utility to make a tree compact
774.4K +3%5.0.03 years ago
remark-github
remark plugin to autolink references like in GitHub issues, PRs, and comments
750.8K +7%12.0.03 years ago
remark-squeeze-paragraphs
remark plugin to remove empty paragraphs
731.1K +1%6.0.03 years ago
remark-html
remark plugin to compile Markdown to HTML
665.9K -7%16.0.13 years ago
@mdx-js/rollup
Rollup plugin for MDX
657.3K -1%3.1.1last year
unified-lint-rule
unified plugin to make it a bit easier to create linting rules
637.4K -4%3.0.12 years ago
eslint-mdx
ESLint Parser for MDX
605.8K +11%3.8.13 months ago
eslint-plugin-mdx
ESLint Plugin for MDX
600.7K +11%3.8.13 months ago
franc-min
Detect the language of text
562.6K -11%6.2.03 years ago
unist-util-map
unist utility to create a new tree by mapping all nodes
552.7K -4%4.0.03 years ago
html-element-attributes
Map of HTML elements to allowed attributes
550.9K +2%3.5.0last year
rehype-react
rehype plugin to transform to React
528.3K +5%8.0.03 years ago
mdast-util-toc
mdast utility to generate a table of contents from a tree
467.4K -4%7.1.02 years ago
mdast-comment-marker
mdast utility to parse a comment marker
451.7K +4%3.0.03 years ago
remark-message-control
remark plugin to enable, disable, and ignore messages with remark
401.4K +8%8.0.03 years ago
remark-inline-links
remark plugin to transform references and definitions into normal links and images
388.3K +6%7.0.03 years ago
strip-markdown
remark plugin to remove markdown formatting
375.9K +8%6.0.03 years ago
remark-cli
CLI to process markdown with remark
359K +0%12.0.12 years ago
franc
Detect the language of text
348.5K +5%6.2.03 years ago
hast-util-classnames
hast utility to merge class names together
346.5K -3%3.0.03 years ago
remark-lint
remark plugin to lint Markdown code style
334K +3%10.0.12 years ago
hast-util-to-dom
hast utility to transform to the DOM
326.2K +5%4.0.12 years ago
rehype-dom-stringify
rehype plugin to use browser APIs to stringify HTML
321.9K +6%4.0.22 years ago
remark-lint-no-blockquote-without-marker
remark-lint rule to warn when block quotes have blank lines without markers
291.5K +3%6.0.12 years ago
rehype-sort-attribute-values
rehype plugin to sort attribute values
285.5K +5%5.0.12 years ago
rehype-sort-attributes
rehype plugin to reorder attributes based on how often they occur
284.1K +5%5.0.12 years ago
remark-lint-hard-break-spaces
remark-lint rule to warn when too many spaces are used to create a hard break
282.9K +3%4.1.12 years ago
remark-lint-no-undefined-references
remark-lint rule to warn when references to undefined definitions are found
280.1K +2%5.0.2last year
remark-lint-list-item-indent
remark-lint rule to check the spacing between list item bullets and content
279.1K +1%4.0.12 years ago
remark-toc
remark plugin to generate a table of contents (TOC)
273.5K -21%9.0.03 years ago
hast-util-find-and-replace
hast utility to find and replace text in a tree
270.4K -2%5.0.13 years ago
remark-lint-no-duplicate-definitions
remark-lint rule to warn on duplicate definitions
251.5K +2%4.0.12 years ago
remark-lint-emphasis-marker
remark-lint rule to warn when emphasis markers violate the given style
236.7K +4%4.0.12 years ago
remark-preset-lint-recommended
remark preset to configure remark-lint with rules that prevent mistakes or stuff that fails across vendors.
231.5K -1%7.0.12 years ago
remark-lint-code-block-style
remark-lint rule to warn when code blocks do not adhere to a given style
231K +3%4.0.12 years ago
remark-lint-rule-style
remark-lint rule to warn when horizontal rules violate a given style
207.7K +2%4.0.12 years ago
remark-lint-list-item-content-indent
remark-lint rule to warn when the content of a list item has mixed indentation
194.1K +2%4.0.12 years ago

Repositories

Repositories and contributions come from Github's GraphQL API, which has no anonymous tier. Sign in to see them.