githubAlert()
引用内で GitHub スタイルのアラート (NOTE、TIP、WARNING など) をサポートします。
import { githubAlert } from "@unifast/node";シグネチャ
function githubAlert(): UnifastPluginパラメータ
なし。
使い方
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});