mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-29 09:41:23 +00:00
.github
content
advanced
features
Latex.md
Mermaid diagrams.md
RSS Feed.md
SPA Routing.md
backlinks.md
callouts.md
folder and tag listings.md
full-text search.md
graph view.md
index.md
popover previews.md
syntax highlighting.md
table of contents.md
upcoming features.md
wikilinks.md
images
tags
build.md
configuration.md
hosting.md
index.md
migrating from Quartz 3.md
philosophy.md
showcase.md
upgrading.md
quartz
.gitattributes
.gitignore
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
globals.d.ts
index.d.ts
package-lock.json
package.json
quartz.config.ts
quartz.layout.ts
tsconfig.json
420 B
420 B
Warning
Wondering why Mermaid diagrams may not be showing up even if you have them enabled? You may need to reorder your plugins so that
Plugin.ObsidianFlavoredMarkdown()
is afterPlugin.SyntaxHighlighting()
.