* 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({
 | 
					      Plugin.CreatedModifiedDate({
 | 
				
			||||||
        priority: ["frontmatter", "filesystem"],
 | 
					        priority: ["frontmatter", "filesystem"],
 | 
				
			||||||
      }),
 | 
					      }),
 | 
				
			||||||
      Plugin.Latex({ renderEngine: "katex" }),
 | 
					 | 
				
			||||||
      Plugin.SyntaxHighlighting({
 | 
					      Plugin.SyntaxHighlighting({
 | 
				
			||||||
        theme: {
 | 
					        theme: {
 | 
				
			||||||
          light: "github-light",
 | 
					          light: "github-light",
 | 
				
			||||||
@@ -69,6 +68,7 @@ const config: QuartzConfig = {
 | 
				
			|||||||
      Plugin.TableOfContents(),
 | 
					      Plugin.TableOfContents(),
 | 
				
			||||||
      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
 | 
					      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
 | 
				
			||||||
      Plugin.Description(),
 | 
					      Plugin.Description(),
 | 
				
			||||||
 | 
					      Plugin.Latex({ renderEngine: "katex" }),
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    filters: [Plugin.RemoveDrafts()],
 | 
					    filters: [Plugin.RemoveDrafts()],
 | 
				
			||||||
    emitters: [
 | 
					    emitters: [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user