Skip to content

pantoken / renderers/react-markdown/src / rehypeGithubAlerts

Fall: rehypeGithubAlerts()

rehypeGithubAlerts(): (tree) => void

Beta

Rehype-viðbót sem merkir GitHub-viðvörunartilvitnanir: hún greinir [!NOTE]-stíls merki í byrjun tilvitnunar, skráir það sem data-alert="note" og fjarlægir merkið. React íhluturinn blockquote birtir síðan InstUI Alert.

Skilar

(tree) => void

Dæmi

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

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