change default strategy to be rebase
This commit is contained in:
parent
aaae7d46c2
commit
c8c108c7f7
2 changed files with 3 additions and 3 deletions
|
@ -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" }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue