# rehype **Repository Path**: mirrors_davidtheclark/rehype ## Basic Information - **Project Name**: rehype - **Description**: HTML processor powered by plugins - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![rehype][logo] [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat] **rehype** is an ecosystem of [plug-ins][plugins] for processing HTML. It’s built on [unified][], make sure to read it and its [website][] too. * [`rehype`][api] — Programmatic interface * [`rehype-cli`][cli] — Command-line interface [Get started »][getting-started] ## Related * [`hast`](https://github.com/syntax-tree/hast) * [`remark`](https://github.com/wooorm/remark) * [`retext`](https://github.com/wooorm/retext) ## License [MIT](LICENSE) © [Titus Wormer](http://wooorm.com) [logo]: https://cdn.rawgit.com/wooorm/rehype/9222605/logo.svg [build-badge]: https://img.shields.io/travis/wooorm/rehype.svg [build-status]: https://travis-ci.org/wooorm/rehype [coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/rehype.svg [coverage-status]: https://codecov.io/github/wooorm/rehype [chat-badge]: https://img.shields.io/gitter/room/wooorm/rehype.svg [chat]: https://gitter.im/wooorm/rehype [api]: https://github.com/wooorm/rehype/tree/master/packages/rehype [cli]: https://github.com/wooorm/rehype/tree/master/packages/rehype-cli [plugins]: https://github.com/wooorm/rehype/tree/master/doc/plugins.md [getting-started]: https://github.com/wooorm/rehype/tree/master/doc/getting-started.md [unified]: https://github.com/unifiedjs/unified [website]: https://unifiedjs.github.io