Skip to content

Instantly share code, notes, and snippets.

@shinokada
Created October 8, 2022 02:31
Show Gist options
  • Save shinokada/31b0b608fe856b2284b721c07fa6ed20 to your computer and use it in GitHub Desktop.
Save shinokada/31b0b608fe856b2284b721c07fa6ed20 to your computer and use it in GitHub Desktop.
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