From bab5007807d050a209073d13a8a929fa867fb5d9 Mon Sep 17 00:00:00 2001 From: metonym Date: Fri, 9 Sep 2022 10:08:43 -0700 Subject: [PATCH] build(docs): disable `mdsvex` smartypants --- docs/svelte.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/svelte.config.js b/docs/svelte.config.js index 75f5c700..d683498e 100644 --- a/docs/svelte.config.js +++ b/docs/svelte.config.js @@ -155,6 +155,7 @@ module.exports = { }, }, mdsvex({ + smartypants: false, remarkPlugins: [plugin, slug, carbonify], layout: { _: path.join(__dirname, "src/layouts/ComponentLayout.svelte"),