githubAlert()
Blockquote'larda GitHub tarzı uyarıları (NOTE, TIP, WARNING, vb.) destekler.
import { githubAlert } from "@unifast/node";İmza
function githubAlert(): UnifastPluginParametreler
Yok.
Kullanım
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});