1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 14:21:24 +00:00

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" }),