TL;DR
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
Start here
What's in the docs
Links
llms.txt — machine-readable version for AI agents