pandoc: ensure "smart" quotes stay off
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user