summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hebb <tommyhebb@gmail.com>2023-08-24 22:17:18 -0400
committerGitHub <noreply@github.com>2023-08-25 10:17:18 +0800
commita117bd5928b6e2f2acb1e86a22fb46651193d425 (patch)
tree435df3cd4b8c72d1f0821ba35a3369f1f375f80e
parent23010243d8850e56e872c112ab6f5c75efe60a38 (diff)
fix: typo in Kramdown config (#123)
This key needs to be `kramdown`, not `kmarkdown`, to take effect. See the documentation[1]. The string "kmarkdown" doesn't occur at all in Jekyll's source code. [1] https://jekyllrb.com/docs/configuration/markdown/
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 39d98ea..9724c6b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -235,7 +235,7 @@ yat:
# Build settings
# highlighter: none
markdown: kramdown
-kmarkdown:
+kramdown:
input: GFM
plugins: