Comment out unrecognized config
This commit is contained in:
parent
b678fede2f
commit
dce5fbddc1
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue