fix: latex before syntax highlighting
This commit is contained in:
		@@ -49,11 +49,11 @@ const config: QuartzConfig = {
 | 
				
			|||||||
      Plugin.CreatedModifiedDate({
 | 
					      Plugin.CreatedModifiedDate({
 | 
				
			||||||
        priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
 | 
					        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.SyntaxHighlighting(),
 | 
				
			||||||
      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
 | 
					      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
 | 
				
			||||||
      Plugin.GitHubFlavoredMarkdown(),
 | 
					      Plugin.GitHubFlavoredMarkdown(),
 | 
				
			||||||
      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
 | 
					      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
 | 
				
			||||||
      Plugin.Latex({ renderEngine: "katex" }),
 | 
					 | 
				
			||||||
      Plugin.Description(),
 | 
					      Plugin.Description(),
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    filters: [Plugin.RemoveDrafts()],
 | 
					    filters: [Plugin.RemoveDrafts()],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user