# remark-rehype > remark plugin that turns markdown into HTML to support rehype. ## Features - Turn markdown into HTML - Supports rehype plugins - Allows raw HTML ## Quick Start ``` npm install remark-rehype import remarkRehype from 'remark-rehype'; const file = await unified().use(remarkParse).use(remarkRehype).process(await read('example.md')); ``` ## Tech Stack - JavaScript - Node.js - Unified - Remark - Rehype ## Documentation - [README.md](https://tldr.page/remarkjs/remark-rehype/README.md): Project overview, installation, and usage instructions. ## Links - [Homepage](https://github.com/remarkjs/remark-rehype)