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 e5afdf1c9..255ba0717 100644
--- a/src/markdown2pdf.hs
+++ b/src/markdown2pdf.hs
@@ -207,6 +207,7 @@ main = withTempDir "pandoc"
"--custom-header","--output",
"--template", "--variable",
"--no-highlight", "--highlight-style",
+ "--citation-abbreviations", "--old-dashes",
"--csl", "--bibliography", "--data-dir", "--listings",
"--beamer"]
let isOpt ('-':_) = True