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 | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/data/config.yaml b/data/config.yaml index 7ef35a5..00c6b74 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -5,10 +5,15 @@ 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