Comment out unrecognized config

This commit is contained in:
Jade Ellis 2024-05-01 19:06:48 +01:00
parent b678fede2f
commit dce5fbddc1

View file

@ -61,8 +61,8 @@ const hrefTemplate = (/** @type {string} */ permalink) => `#${permalink}`
const config = defineConfig({
extensions: [".svelte.md", ".md", ".svx"],
fences: true,
ruleSpaces: false,
// fences: true,
// ruleSpaces: false,
smartypants: {
dashes: "oldschool",
},