Skip to content

pantoken / renderers/react-markdown/src / rehypeColorCodes

Mahi: rehypeColorCodes()

rehypeColorCodes(): (tree) => void

Beta

He tāpiritanga rehype e takai ana i ngā uara tae motuhake ki roto i <span data-color-code="…">, kia taea e te React paparanga te whakaatu i tētahi tauira tae. He whakaata tēnei i te paipa icon-token.

Whakahokia

(tree) => void

Tauira

tsx
import Markdown from "react-markdown";
import { rehypeColorCodes } from "@pantoken/react-markdown";

<Markdown rehypePlugins={[rehypeColorCodes]}>Brand is #03893D.</Markdown>;