Duplicated from huggingface-projects/diffuse-the-rest
3d11da7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { defineMDSveXConfig as defineConfig } from 'mdsvex'; const config = defineConfig({ extensions: ['.svelte', '.md', '.svx'], smartypants: { dashes: 'oldschool' }, remarkPlugins: [], rehypePlugins: [] }); export default config;