From 5c76d8dad9d993010c4e57c6de4e90911a3cd11a Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Fri, 05 Aug 2022 18:08:52 +0000 Subject: [PATCH] fix: make callout detection case-insensitive (closes #171) --- data/config.yaml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/data/config.yaml b/data/config.yaml index e33c329..00c6b74 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -3,6 +3,17 @@ openToc: false enableLinkPreview: true enableLatex: true +enableCodeBlockTitle: true +enableCodeBlockCopy: true +enableCallouts: true +enableSPA: true +enableFooter: true +enableContextualBacklinks: true +enableRecentNotes: false +enableGitHubEdit: true +GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content +enableSemanticSearch: false +operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY" description: Host your second brain and digital garden for free. Quartz features extremely fast full-text search, Wikilink support, backlinks, local graph, tags, and link previews. -- Gitblit v1.10.0