pretty big refactoring
This commit is contained in:
14
mdsvex.config.js
Normal file
14
mdsvex.config.js
Normal file
@ -0,0 +1,14 @@
|
||||
import { defineMDSveXConfig as defineConfig } from "mdsvex";
|
||||
|
||||
const config = defineConfig({
|
||||
extensions: [".svelte.md", ".md", ".svx"],
|
||||
|
||||
smartypants: {
|
||||
dashes: "oldschool",
|
||||
},
|
||||
|
||||
remarkPlugins: [],
|
||||
rehypePlugins: [],
|
||||
});
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user