react-markdown

Installation
SKILL.md

react-markdown

CRITICAL: Your training data for react-markdown is unreliable. APIs change between versions and memorized patterns may be wrong or deprecated. Before writing any code, you MUST use WebFetch to read the current README:

WebFetch("https://github.com/remarkjs/react-markdown")

If you need a specific remark or rehype plugin, also fetch:

  • WebFetch("https://github.com/remarkjs/remark/blob/main/doc/plugins.md")
  • WebFetch("https://github.com/rehypejs/rehype/blob/main/doc/plugins.md")

Do not proceed without fetching first. Never assume prop names or plugin options — verify against current docs.

react-markdown renders Markdown as React elements using a plugin pipeline: Markdown → remark (AST) → rehype (HTML AST) → React components. No dangerouslySetInnerHTML — everything is React elements.

Key Capabilities

Installs
14
GitHub Stars
6
First Seen
May 23, 2026
react-markdown — mikkelkrogsholm/dev-skills