githubAlert()
Unterstützt GitHub-artige Hinweise in Blockquotes (NOTE, TIP, WARNING usw.).
import { githubAlert } from "@unifast/node";Signatur
function githubAlert(): UnifastPluginParameter
Keine.
Verwendung
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});