disable smarty pants

This commit is contained in:
vintro 2024-12-20 12:38:18 -05:00
parent 368c157b09
commit 2ad913ab10
No known key found for this signature in database

View File

@ -68,7 +68,7 @@ const config: QuartzConfig = {
keepBackground: false,
}),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
Plugin.GitHubFlavoredMarkdown(),
Plugin.GitHubFlavoredMarkdown({ enableSmartyPants: false }),
Plugin.TableOfContents(),
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
Plugin.Description(),