Skip to content

pantoken / renderers/react-markdown/src / rehypeColorCodes

Fall: rehypeColorCodes()

rehypeColorCodes(): (tree) => void

Beta

Rehype-viðbót sem umlykur sjálfstæð litagildi í <span data-color-code="…">, svo React lagið geti birt litasýni. Endurspeglar icon-token vinnslukeðjuna.

Skilar

(tree) => void

Dæmi

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

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