From a117bd5928b6e2f2acb1e86a22fb46651193d425 Mon Sep 17 00:00:00 2001 From: Tom Hebb Date: Thu, 24 Aug 2023 22:17:18 -0400 Subject: 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/ --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3