docs/mdx/remark.mjs
2024-07-22 11:49:47 +02:00

5 lines
152 B
JavaScript

import { mdxAnnotations } from "mdx-annotations";
import remarkGfm from "remark-gfm";
export const remarkPlugins = [mdxAnnotations.remark, remarkGfm];