Skip to content

Plugins

Mayank edited this page Jun 22, 2025 · 1 revision

🧩 Plugin Support

Compatible with any remark or rehype plugin:

import remarkGfm from "remark-gfm";
import rehypeSlug from "rehype-slug";

<Md
  remarkPlugins={[remarkGfm]}
  rehypePlugins={[rehypeSlug]}>
  {markdown}
</Md>

Uses the Unified processing pipeline internally.

Clone this wiki locally