rehype plugin to collapse whitespace
recma plugin to transform HTML (hast) to JS (estree)
rehype plugin to sanitize HTML
remark plugin that turns markdown into HTML to support rehype
rehype plugin to format HTML
Renamed to rehype
rehype plugin to highlight code blocks with lowlight (highlight.js)
rehype plugin to add links to headings
rehype plugin to add `id` attributes to headings
Deprecated: this package is no longer maintained. Please use `remark-rehype` to move from remark (markdown) to rehype (HTML) and then replace `remark-autolink-headings` with [`rehype-autolink-headings`][rehype-autolink-headings].
Deprecated: this package is no longer maintained. Please use `remark-rehype` to move from remark (markdown) to rehype (HTML) and then replace `remark-highlight.js` with [`rehype-highlight`][rehype-highlight] or [`rehype-starry-night`][rehype-starry-night]
rehype plugin to reparse the tree (and raw nodes)
Parses HTML via [**Webparser**](https://github.com/Prettyhtml/prettyhtml/tree/master/packages/webparser) to a [**HAST**](https://github.com/syntax-tree/hast) syntax tree. Used in the [**rehype** processor](https://github.com/rehypejs/rehype/blob/master/pa
rehype plugin to reorder attributes based on how often they occur
Parses HTML via [**Webparser**](https://github.com/Prettyhtml/prettyhtml/tree/master/packages/webparser) to a [**HAST**](https://github.com/syntax-tree/hast) syntax tree.
rehype plugin to infer file metadata from the document
Deprecated: this package is no longer maintained. Please use `remark-rehype` to move from remark (markdown) to rehype (HTML) and then replace `remark-react` with [`rehype-react`][rehype-react].
rehype plugin to transform to retext
New syntax to add attributes to Markdown.
Rewrite element with rehype.