mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
|
|
import { mdxAnnotations } from "mdx-annotations";
|
||
|
|
import remarkGfm from "remark-gfm";
|
||
|
|
|
||
|
|
export const remarkPlugins = [mdxAnnotations.remark, remarkGfm];
|