We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c8203 commit 589c456Copy full SHA for 589c456
quartz.config.ts
@@ -72,7 +72,7 @@ const config: QuartzConfig = {
72
Plugin.TableOfContents(),
73
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
74
Plugin.Description(),
75
- Plugin.Latex({ renderEngine: "katex" }),
+ Plugin.Latex({ renderEngine: "mathjax" }),
76
],
77
filters: [Plugin.RemoveDrafts()],
78
emitters: [
0 commit comments