forked from github/plane
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
|
import { mdxAnnotations } from 'mdx-annotations'
|
||
|
|
||
|
export const remarkPlugins = [mdxAnnotations.remark]
|