Allow markdown2pdf to use --old-dashes and --citatation-abbreviations.

This commit is contained in:
John MacFarlane 2012-01-04 09:08:55 -08:00
parent 5b7c209373
commit 6f69abf4a9

View file

@ -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