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 ed79cd4 commit 1219c4d
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,9 +55,9 @@ const config: QuartzConfig = {
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
}),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: true }),
Plugin.Latex({ renderEngine: "mathjax" }),
Plugin.SyntaxHighlighting(),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: true }),
Plugin.SyntaxHighlighting({
theme: {
light: "github-light",
Expand Down

0 comments on commit 1219c4d

Please sign in to comment.