Skip to content

Commit

Permalink
Documentation: remove --sanitize-html for pandoc
Browse files Browse the repository at this point in the history
pandoc 1.8 no longer has this.
  • Loading branch information
Eric Wong committed Jun 6, 2011
1 parent 8e8781a commit f4b9c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/GNUmakefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f4b9c1c

Please sign in to comment.