Skip to content

pantoken / renderers/react-markdown/src / rehypeGithubAlerts

Mahi: rehypeGithubAlerts()

rehypeGithubAlerts(): (tree) => void

Beta

He etita rehype e tohu ana i ngā blockquote whakatūpato o GitHub: ka kitea tētahi tohu ā-[!NOTE] i te timatanga o te blockquote, ka tārua hei data-alert="note", ā, ka tangohia te kuputuhi tohu. Ka whakairohia e te wahanga React blockquote te Alert o InstUI.

Whakahokia

(tree) => void

Tauira

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

<Markdown rehypePlugins={[rehypeGithubAlerts]}>{"> [!NOTE]\n> Heads up."}</Markdown>;