6927c07
1
2
3
4
5
6
7
import rehypeRaw from 'rehype-raw'; import remarkGfm from 'remark-gfm'; import type { PluggableList } from 'unified'; export const remarkPlugins = [remarkGfm] satisfies PluggableList; export const rehypePlugins = [rehypeRaw] satisfies PluggableList;