pretty big refactoring

This commit is contained in:
2023-11-03 16:29:59 +01:00
parent 3175fd3840
commit cf6c57f528
22 changed files with 675 additions and 133 deletions

14
mdsvex.config.js Normal file
View 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;