fix: mermaid rendering broken after rehype-pretty-code bump (closes #638)
This commit is contained in:
parent
5152d32fbd
commit
443cd53a1a
6 changed files with 44 additions and 30 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.SyntaxHighlighting(),
|
||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
||||
Plugin.SyntaxHighlighting(),
|
||||
Plugin.GitHubFlavoredMarkdown(),
|
||||
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
||||
Plugin.Latex({ renderEngine: "katex" }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue