about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-06 10:00:36 -0700
committerEric Wong <normalperson@yhbt.net>2011-06-06 10:00:36 -0700
commitf4b9c1cb92711a62ae047368d7694c5050d27f2c (patch)
treeb4b71ee816f4b922ba2e496e23ef15cda800b56c
parent8e8781aa7002079ad066c11d271b98fc29f225dd (diff)
downloadunicorn-f4b9c1cb92711a62ae047368d7694c5050d27f2c.tar.gz
pandoc 1.8 no longer has this.
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index fcda3c4..2c04bdb 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -1,7 +1,7 @@
 all::
 
 PANDOC = pandoc
-PANDOC_OPTS = -f markdown --email-obfuscation=none --sanitize-html
+PANDOC_OPTS = -f markdown --email-obfuscation=none
 pandoc = $(PANDOC) $(PANDOC_OPTS)
 pandoc_html = $(pandoc) --toc -t html --no-wrap