mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: latex before syntax highlighting
This commit is contained in:
		@@ -49,11 +49,11 @@ const config: QuartzConfig = {
 | 
			
		||||
      Plugin.CreatedModifiedDate({
 | 
			
		||||
        priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
 | 
			
		||||
      }),
 | 
			
		||||
      Plugin.Latex({ renderEngine: "katex" }),
 | 
			
		||||
      Plugin.SyntaxHighlighting(),
 | 
			
		||||
      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
 | 
			
		||||
      Plugin.GitHubFlavoredMarkdown(),
 | 
			
		||||
      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
 | 
			
		||||
      Plugin.Latex({ renderEngine: "katex" }),
 | 
			
		||||
      Plugin.Description(),
 | 
			
		||||
    ],
 | 
			
		||||
    filters: [Plugin.RemoveDrafts()],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user