Skip to content

Commit 94fbf5b

Browse files
authored
fix: Reorder Unified.js plugins to fix #1132 (#1139)
* Reorder Unified.js to fix #1132 * moved latex farther down for bette luck
1 parent 3e0e06f commit 94fbf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const config: QuartzConfig = {
5656
Plugin.CreatedModifiedDate({
5757
priority: ["frontmatter", "filesystem"],
5858
}),
59-
Plugin.Latex({ renderEngine: "katex" }),
6059
Plugin.SyntaxHighlighting({
6160
theme: {
6261
light: "github-light",
@@ -69,6 +68,7 @@ const config: QuartzConfig = {
6968
Plugin.TableOfContents(),
7069
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
7170
Plugin.Description(),
71+
Plugin.Latex({ renderEngine: "katex" }),
7272
],
7373
filters: [Plugin.RemoveDrafts()],
7474
emitters: [

0 commit comments

Comments
 (0)