Created
October 8, 2022 02:31
-
-
Save shinokada/31b0b608fe856b2284b721c07fa6ed20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { defineMDSveXConfig as defineConfig } from 'mdsvex'; | |
| const config = defineConfig({ | |
| layout: {}, | |
| extensions: ['.svelte.md', '.md', '.svx'], | |
| smartypants: { | |
| dashes: 'oldschool' | |
| }, | |
| remarkPlugins: [], | |
| rehypePlugins: [] | |
| }); | |
| export default config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment