mrzmmr / rehype

HTML processor powered by plugins part of the @unifiedjs collective

Home Page:https://unified.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rehype

Build Coverage Downloads Size Chat

rehype is an HTML processor powered by plugins part of the unified collective.


Announcing the unified collective! 🎉 Read more about it on Medium »

Sponsors



🥇 ZEIT


🥇 Gatsby


🥉 Compositor


Holloway




You?

Intro

rehype is an ecosystem of plugins for processing HTML to do all kinds of things: format it, minify it, or wrap it programmatically into a document.

This repository contains the following projects:

  • rehype-parse — Parse HTML documents to syntax trees
  • rehype-stringify — Stringify syntax trees to HTML documents
  • rehype — Programmatic interface with both rehype-parse and rehype-stringify
  • rehype-cli — Command-line interface wrapping rehype

Contribute

rehype is built by people just like you! Check out contributing.md for ways to get started.

This project has a Code of Conduct. By interacting with this repository, organisation, or community you agree to abide by its terms.

Want to chat with the community and contributors? Join us in spectrum!

Have an idea for a cool new utility or tool? That’s great! If you want feedback, help, or just to share it with the world you can do so by creating an issue in the rehypejs/ideas repository!

License

MIT © Titus Wormer

About

HTML processor powered by plugins part of the @unifiedjs collective

https://unified.js.org

License:MIT License


Languages

Language:JavaScript 80.2%Language:HTML 19.8%