aboutsummaryrefslogtreecommitdiff
path: root/markdown2html
diff options
context:
space:
mode:
Diffstat (limited to 'markdown2html')
-rw-r--r--markdown2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown2html b/markdown2html
index d1475f4b6..60dd78a6f 100644
--- a/markdown2html
+++ b/markdown2html
@@ -4,4 +4,4 @@
echo >&2 "You need 'pandoc' to use this program!"
exit 1
}
-iconv -t utf-8 $* | pandoc | iconv -f utf-8
+iconv -t utf-8 $* | pandoc $PANDOC_OPTS | iconv -f utf-8