githubAlert()
Mendukung alert gaya GitHub di blockquote (NOTE, TIP, WARNING, dll.).
import { githubAlert } from "@unifast/node";Signature
function githubAlert(): UnifastPluginParameter
Tidak ada.
Penggunaan
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});