about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7d4ede..da73a5d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ bindir = $(prefix)/bin
 mandir = $(prefix)/share/man
 INSTALL = install
 PANDOC = pandoc
-PANDOC_OPTS = -s -f markdown --email-obfuscation=none --sanitize-html
+PANDOC_OPTS = -s -f markdown --email-obfuscation=none
 pandoc = $(PANDOC) $(PANDOC_OPTS)
 pandoc_html = $(pandoc) --toc -t html --no-wrap
 STRIP ?= strip