githubAlert()
Supporta gli alert in stile GitHub nelle blockquote (NOTE, TIP, WARNING, ecc.).
import { githubAlert } from "@unifast/node";Firma
function githubAlert(): UnifastPluginParametri
Nessuno.
Utilizzo
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});