Merge branch 'v4' into jpg

This commit is contained in:
2024-06-10 12:59:45 +02:00
28 changed files with 86 additions and 25 deletions

View File

@ -54,7 +54,6 @@ const config: QuartzConfig = {
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
}),
Plugin.Latex({ renderEngine: "katex" }), // mathjax or katex
Plugin.SyntaxHighlighting({
theme: {
light: "github-light",
@ -69,6 +68,7 @@ const config: QuartzConfig = {
}),
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
Plugin.Description(),
Plugin.Latex({ renderEngine: "katex" }),
],
filters: [Plugin.RemoveDrafts()],
emitters: [