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 3e0e06f commit 94fbf5bCopy full SHA for 94fbf5b
quartz.config.ts
@@ -56,7 +56,6 @@ const config: QuartzConfig = {
56
Plugin.CreatedModifiedDate({
57
priority: ["frontmatter", "filesystem"],
58
}),
59
- Plugin.Latex({ renderEngine: "katex" }),
60
Plugin.SyntaxHighlighting({
61
theme: {
62
light: "github-light",
@@ -69,6 +68,7 @@ const config: QuartzConfig = {
69
68
Plugin.TableOfContents(),
70
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
71
Plugin.Description(),
+ Plugin.Latex({ renderEngine: "katex" }),
72
],
73
filters: [Plugin.RemoveDrafts()],
74
emitters: [
0 commit comments