From e136d63975faf38ece3aef62e4f81dc8fcd80248 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 26 Feb 2018 10:19:49 -0800 Subject: [PATCH] pandoc: ensure "smart" quotes stay off --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 673acc1..71bffec 100644 --- a/Makefile +++ b/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