change default strategy to be rebase

This commit is contained in:
Jacky Zhao 2023-08-01 23:29:58 -07:00
parent aaae7d46c2
commit c8c108c7f7
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ const config: QuartzConfig = {
priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
}),
Plugin.SyntaxHighlighting(),
Plugin.ObsidianFlavoredMarkdown(),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
Plugin.GitHubFlavoredMarkdown(),
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
Plugin.Latex({ renderEngine: "katex" }),