From c57783909161d00e4b22fc1bc425e460ea847d80 Mon Sep 17 00:00:00 2001 From: Kian Newman-Hazel Date: Fri, 15 Nov 2024 14:52:59 +0000 Subject: [PATCH] [Docs Site] Disable smartypants processing --- astro.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.ts b/astro.config.ts index 453ae369d06f1cc..56ed46e662b1518 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -73,8 +73,8 @@ const autolinkConfig: rehypeAutolinkHeadingsOptions = { // https://astro.build/config export default defineConfig({ site: "https://developers.cloudflare.com", - smartypants: false, markdown: { + smartypants: false, rehypePlugins: [ [ rehypeMermaid,