Skip to content

Commit c577839

Browse files
committed
[Docs Site] Disable smartypants processing
1 parent 08d4a71 commit c577839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ const autolinkConfig: rehypeAutolinkHeadingsOptions = {
7373
// https://astro.build/config
7474
export default defineConfig({
7575
site: "https://developers.cloudflare.com",
76-
smartypants: false,
7776
markdown: {
77+
smartypants: false,
7878
rehypePlugins: [
7979
[
8080
rehypeMermaid,

0 commit comments

Comments
 (0)