From 24c135bbe83b82b90a850d128a53a4f7c137109e Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Sun, 12 Apr 2020 21:46:48 -0700 Subject: [PATCH] Add backtick_code_blocks extension, because articles were already using it anyways --- wiki/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/Makefile b/wiki/Makefile index 6629815..29bfea3 100644 --- a/wiki/Makefile +++ b/wiki/Makefile @@ -13,6 +13,7 @@ index: dep-php index.html %.html: source/%.md $(info building $@) @$(PANDOC) \ + --from markdown+backtick_code_blocks \ --template wiki.tmpl \ --lua-filter header-permalinks.lua \ --highlight-style=custom.theme \