about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-06 10:24:05 -0700
committerEric Wong <normalperson@yhbt.net>2011-06-06 10:24:05 -0700
commit99244e8e30eded813bd8eaf7f2136a3871bd486c (patch)
tree063e11dd66c98d7285c8e72ae26e293eac3d0346
parentd40aff8c3fb6ecce314897837c28d9400fbf38a8 (diff)
downloadrainbows-99244e8e30eded813bd8eaf7f2136a3871bd486c.tar.gz
pandoc 1.8 no longer supports this, and we don't need it anyways
since we only generate documentation from our repository.
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index 19de585..df5c706 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