Skip to content

Commit

Permalink
fix: port latex in callout title fix from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Darakuu committed Mar 4, 2024
1 parent f67db97 commit 315ef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const config: QuartzConfig = {
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
}),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: true }),
Plugin.Latex({ renderEngine: "mathjax" }),
Plugin.SyntaxHighlighting({
theme: {
Expand All @@ -63,7 +64,6 @@ const config: QuartzConfig = {
},
keepBackground: false,
}),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: true }),
Plugin.GitHubFlavoredMarkdown(),
Plugin.TableOfContents(),
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
Expand Down

0 comments on commit 315ef51

Please sign in to comment.