githubAlert()
Soporta las alertas al estilo de GitHub en blockquotes (NOTE, TIP, WARNING, etc.).
import { githubAlert } from "@unifast/node";Firma
function githubAlert(): UnifastPluginParámetros
Ninguno.
Uso
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});