rehype-minify-json-script
rehype plugin to minify `script` elements with a JSON body
Updated by @wooorm
rehype-remove-external-script-content
rehype plugin to remove content of external JavaScript `script` elements
Updated by @wooorm
rehype-minify-meta-color
rehype plugin to minify `theme-color` and `msapplication-TileColor` meta elements
Updated by @wooorm
rehype-remove-style-type-css
rehype plugin to remove `type` on CSS `style` and `link`s
Updated by @wooorm
rehype-remove-script-type-javascript
rehype plugin to remove `type` and `language` on JavaScript scripts
Updated by @wooorm
rehype-remove-meta-http-equiv
rehype plugin to remove `http-equiv` `meta` elements for shorter output
Updated by @wooorm
rehype-normalize-attribute-value-case
rehype plugin to normalize casing of attribute values
Updated by @wooorm
rehype-minify-javascript-script
rehype plugin to minify `script` elements with a JS body
Updated by @wooorm
rehype-prism-plus
rehype plugin to highlight code blocks in HTML with Prism (via refractor) with line highlighting and line numbers
Updated by @timlrx
rehype-external-links
rehype plugin to automatically add `target` and `rel` attributes to external links
Updated by @wooorm
rehype-infer-reading-time-meta
rehype plugin to infer reading time as file metadata from the document
Updated by @wooorm
rehype-infer-title-meta
rehype plugin to infer file metadata from the main title of a document
Updated by @wooorm
rehype-infer-description-meta
rehype plugin to infer file metadata from the document
Updated by @wooorm
rehype-code-titles
Rehype plugin for parsing code blocks and adding titles to code blocks
Updated by @rockchalkwushock