remarkjs/remark-rehype
tldr.page
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
JavaScriptNode.jsUnifiedRemarkRehype
Start here
Links
llms.txt — machine-readable version for AI agents