1
0

pandoc: ensure "smart" quotes stay off

This commit is contained in:
Simon Michael
2018-02-26 10:19:49 -08:00
parent 40685e1b70
commit e136d63975

View File

@@ -3,7 +3,7 @@ all: html
# generate html from all md files
html: $(patsubst %.md,%.html,$(wildcard *.md quickref/*.md)) Makefile
PANDOC=pandoc -f markdown+autolink_bare_uris
PANDOC=pandoc -f markdown-smart+autolink_bare_uris
# generate html from a md file
%.html: %.md index.tmpl