Update quartz.config.ts

This commit is contained in:
enneaa 2025-03-15 21:52:50 +08:00 committed by GitHub
parent 7d067fb2f7
commit 9ecda53c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ const config: QuartzConfig = {
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
Plugin.GitHubFlavoredMarkdown(),
Plugin.TableOfContents(),
Plugin.CrawlLinks({ markdownLinkResolution: "relative", lazyLoad: true, openLinksInNewTab: true, prettyLinks: true }), 
Plugin.CrawlLinks({ markdownLinkResolution: "shortest", lazyLoad: true, openLinksInNewTab: true, prettyLinks: true }), 
Plugin.Description(),
Plugin.Latex({ renderEngine: "katex" }),
],