Comment out unrecognized config

This commit is contained in:
Jade Ellis
2024-05-01 19:06:48 +01:00
parent b678fede2f
commit dce5fbddc1
+2 -2
View File
@@ -61,8 +61,8 @@ const hrefTemplate = (/** @type {string} */ permalink) => `#${permalink}`
const config = defineConfig({ const config = defineConfig({
extensions: [".svelte.md", ".md", ".svx"], extensions: [".svelte.md", ".md", ".svx"],
fences: true, // fences: true,
ruleSpaces: false, // ruleSpaces: false,
smartypants: { smartypants: {
dashes: "oldschool", dashes: "oldschool",
}, },