fix: Reorder Unified.js plugins to fix #1132 (#1139)

* Reorder Unified.js to fix #1132

* moved latex farther down for bette luck
This commit is contained in:
RunTheBot 2024-05-29 15:52:53 -04:00 committed by GitHub
parent 3e0e06ff8a
commit 94fbf5b066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,6 @@ const config: QuartzConfig = {
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
}),
Plugin.Latex({ renderEngine: "katex" }),
Plugin.SyntaxHighlighting({
theme: {
light: "github-light",
@ -69,6 +68,7 @@ const config: QuartzConfig = {
Plugin.TableOfContents(),
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
Plugin.Description(),
Plugin.Latex({ renderEngine: "katex" }),
],
filters: [Plugin.RemoveDrafts()],
emitters: [