The Trans Directory
0
fork

Configure Feed

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

fix: latex before syntax highlighting

+1 -1
+1 -1
quartz.config.ts
··· 49 49 Plugin.CreatedModifiedDate({ 50 50 priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower 51 51 }), 52 + Plugin.Latex({ renderEngine: "katex" }), 52 53 Plugin.SyntaxHighlighting(), 53 54 Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), 54 55 Plugin.GitHubFlavoredMarkdown(), 55 56 Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }), 56 - Plugin.Latex({ renderEngine: "katex" }), 57 57 Plugin.Description(), 58 58 ], 59 59 filters: [Plugin.RemoveDrafts()],