githubAlert()
Hỗ trợ các alert kiểu GitHub trong blockquote (NOTE, TIP, WARNING, v.v.).
import { githubAlert } from "@unifast/node";Chữ ký
function githubAlert(): UnifastPluginTham số
Không có.
Cách dùng
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});