Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1import { mdxAnnotations } from 'mdx-annotations' 2import remarkGfm from 'remark-gfm' 3 4export const remarkPlugins = [mdxAnnotations.remark, remarkGfm]