githubAlert()
blockquotes में GitHub-शैली के alerts को सपोर्ट करें (NOTE, TIP, WARNING, आदि)।
import { githubAlert } from "@unifast/node";Signature
function githubAlert(): UnifastPluginParameters
कोई नहीं।
उपयोग
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});