fix: mermaid rendering fix from upstream
This commit is contained in:
parent
4c83251f8e
commit
9b9d86474b
5 changed files with 22 additions and 26 deletions
|
@ -49,8 +49,8 @@ const config: QuartzConfig = {
|
|||
Plugin.CreatedModifiedDate({
|
||||
priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
|
||||
}),
|
||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
||||
Plugin.SyntaxHighlighting(),
|
||||
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