githubAlert()
Support GitHub-style alerts in blockquotes (NOTE, TIP, WARNING, etc.).
import { githubAlert } from "@unifast/node";Signature
function githubAlert(): UnifastPluginParameters
None.
Usage
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});