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)

---
 content/notes/config.md |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/content/notes/config.md b/content/notes/config.md
index e29afda..e1633a0 100644
--- a/content/notes/config.md
+++ b/content/notes/config.md
@@ -31,6 +31,9 @@
 # whether to render copy buttons for code blocks
 enableCodeBlockCopy: true 
 
+# whether to render callouts
+enableCallouts: true
+
 # whether to try to process Latex
 enableLatex: true
 
@@ -49,11 +52,17 @@
 # whether to show a section of recent notes on the home page
 enableRecentNotes: false
 
-# whether to display and 'edit' button next to the last edited field
+# whether to display an 'edit' button next to the last edited field
 # that links to github
-enableGitHubEdit: false
+enableGitHubEdit: true
 GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
 
+# whether to use Operand to power semantic search
+# IMPORTANT: replace this API key with your own if you plan on using
+# Operand search!
+enableSemanticSearch: false
+operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
+
 # page description used for SEO
 description:
   Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
@@ -72,7 +81,6 @@
 ```
 
 ### Code Block Titles
-
 To add code block titles with Quartz:
 
 1. Ensure that code block titles are enabled in Quartz's configuration:
@@ -135,7 +143,6 @@
 ### Graph View
 To customize the Interactive Graph view, you can poke around `data/graphConfig.yaml`.
 
-
 ```yaml {title="data/graphConfig.yaml"}
 # if true, a Global Graph will be shown on home page with full width, no backlink.
 # A different set of Local Graphs will be shown on sub pages.

--
Gitblit v1.10.0