aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/markdown2pdf.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/markdown2pdf.hs b/src/markdown2pdf.hs
index 811d5febd..a06623577 100644
--- a/src/markdown2pdf.hs
+++ b/src/markdown2pdf.hs
@@ -206,6 +206,7 @@ main = withTempDir "pandoc"
"--include-before-body","--include-after-body",
"--custom-header","--output",
"--template", "--variable",
+ "--no-highlight", "--highlight-style",
"--csl", "--bibliography", "--data-dir", "--listings"]
let isOpt ('-':_) = True
isOpt _ = False