The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

* Reorder Unified.js to fix #1132

* moved latex farther down for bette luck

authored by

RunTheBot and committed by
GitHub
94fbf5b0 3e0e06ff

+1 -1
+1 -1
quartz.config.ts
··· 56 56 Plugin.CreatedModifiedDate({ 57 57 priority: ["frontmatter", "filesystem"], 58 58 }), 59 - Plugin.Latex({ renderEngine: "katex" }), 60 59 Plugin.SyntaxHighlighting({ 61 60 theme: { 62 61 light: "github-light", ··· 69 68 Plugin.TableOfContents(), 70 69 Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }), 71 70 Plugin.Description(), 71 + Plugin.Latex({ renderEngine: "katex" }), 72 72 ], 73 73 filters: [Plugin.RemoveDrafts()], 74 74 emitters: [