mirror of https://github.com/tildeclub/site.git
Add backtick_code_blocks extension, because articles were already using it anyways
This commit is contained in:
parent
bddf5ef406
commit
24c135bbe8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue