remark.mjs

1import { mdxAnnotations } from 'mdx-annotations'
2import remarkGfm from 'remark-gfm'
3
4export const remarkPlugins = [mdxAnnotations.remark, remarkGfm]