githubAlert()
blockquote에서 GitHub 스타일의 알림(NOTE, TIP, WARNING 등)을 지원합니다.
import { githubAlert } from "@unifast/node";시그니처
function githubAlert(): UnifastPlugin매개변수
없음.
사용법
import { compile, githubAlert } from "@unifast/node";
const result = compile(md, {
plugins: [githubAlert()],
});