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 \