Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
		@@ -55,6 +55,7 @@ const config: QuartzConfig = {
 | 
				
			|||||||
      Plugin.CreatedModifiedDate({
 | 
					      Plugin.CreatedModifiedDate({
 | 
				
			||||||
        priority: ["frontmatter", "filesystem"],
 | 
					        priority: ["frontmatter", "filesystem"],
 | 
				
			||||||
      }),
 | 
					      }),
 | 
				
			||||||
 | 
					      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
 | 
				
			||||||
      Plugin.Latex({ renderEngine: "katex" }),
 | 
					      Plugin.Latex({ renderEngine: "katex" }),
 | 
				
			||||||
      Plugin.SyntaxHighlighting({
 | 
					      Plugin.SyntaxHighlighting({
 | 
				
			||||||
        theme: {
 | 
					        theme: {
 | 
				
			||||||
@@ -63,7 +64,6 @@ const config: QuartzConfig = {
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        keepBackground: false,
 | 
					        keepBackground: false,
 | 
				
			||||||
      }),
 | 
					      }),
 | 
				
			||||||
      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
 | 
					 | 
				
			||||||
      Plugin.GitHubFlavoredMarkdown(),
 | 
					      Plugin.GitHubFlavoredMarkdown(),
 | 
				
			||||||
      Plugin.TableOfContents(),
 | 
					      Plugin.TableOfContents(),
 | 
				
			||||||
      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
 | 
					      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user