rehype
rehype is a popular free and open source tool that transforms HTML with plugins. Plugins can inspect and change HTML.
- to learn HTML, see MDN
- we follow HTML (the living standard) by WHATWG
- we use
parse5for parsing and hast as the syntax tree - to find plugins, see
rehypejs/awesome-rehype, the list of plugins, and therehype-plugintopic
unified
rehype is part of the unified collective, which brings together organisations that work with content as structured data.
- for more about us,
see
unifiedjs.com - for how the collective is governed,
see
unifiedjs/collective
Get involved
This community has a code of conduct. You must follow it when interacting with the community.
- for questions,
see
support.md - to help,
see
contributing.md - to sponsor,
see GitHub sponsors,
thanks.dev, or OpenCollective
Pinned Loading
-
plugin to apply syntax highlighting to code with `starry-night`
JavaScript 28
Repositories
Showing 10 of 29 repositories
-
rehype-github Public
rehype plugins that match how GitHub transforms markdown on their site
-
rehype-retext Public
plugin to transform from HTML (rehype) to prose (retext)
-
rehype-remark Public
plugin to transform from HTML (rehype) to Markdown (remark)
-
rehype-react Public
plugin to transform to preact, react, vue, etc