* Reorder Unified.js to fix #1132 * moved latex farther down for bette luck
This commit is contained in:
		@@ -56,7 +56,6 @@ const config: QuartzConfig = {
 | 
			
		||||
      Plugin.CreatedModifiedDate({
 | 
			
		||||
        priority: ["frontmatter", "filesystem"],
 | 
			
		||||
      }),
 | 
			
		||||
      Plugin.Latex({ renderEngine: "katex" }),
 | 
			
		||||
      Plugin.SyntaxHighlighting({
 | 
			
		||||
        theme: {
 | 
			
		||||
          light: "github-light",
 | 
			
		||||
@@ -69,6 +68,7 @@ const config: QuartzConfig = {
 | 
			
		||||
      Plugin.TableOfContents(),
 | 
			
		||||
      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
 | 
			
		||||
      Plugin.Description(),
 | 
			
		||||
      Plugin.Latex({ renderEngine: "katex" }),
 | 
			
		||||
    ],
 | 
			
		||||
    filters: [Plugin.RemoveDrafts()],
 | 
			
		||||
    emitters: [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user