fix: Obsidian flavored markdown

This commit is contained in:
saberzero1 2026-02-16 00:33:21 +01:00
parent 1d79900731
commit 6cde545bec
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ const config: QuartzConfig = {
}, },
keepBackground: false, keepBackground: false,
}), }),
ExternalPlugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), ExternalPlugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false, enableCheckbox: true }),
ExternalPlugin.GitHubFlavoredMarkdown(), ExternalPlugin.GitHubFlavoredMarkdown(),
ExternalPlugin.TableOfContentsTransformer(), ExternalPlugin.TableOfContentsTransformer(),
ExternalPlugin.CrawlLinks({ markdownLinkResolution: "shortest" }), ExternalPlugin.CrawlLinks({ markdownLinkResolution: "shortest" }),

View File

@ -130,8 +130,8 @@
"obsidian-flavored-markdown": { "obsidian-flavored-markdown": {
"source": "github:quartz-community/obsidian-flavored-markdown", "source": "github:quartz-community/obsidian-flavored-markdown",
"resolved": "https://github.com/quartz-community/obsidian-flavored-markdown.git", "resolved": "https://github.com/quartz-community/obsidian-flavored-markdown.git",
"commit": "4bad76e2b504b53c2f29022a8898e4e65dc0d5ce", "commit": "3e4115539e5d90cf20f61214eb9065d423388666",
"installedAt": "2026-02-15T23:04:26.675Z" "installedAt": "2026-02-15T23:31:22.417Z"
}, },
"github-flavored-markdown": { "github-flavored-markdown": {
"source": "github:quartz-community/github-flavored-markdown", "source": "github:quartz-community/github-flavored-markdown",