Allow markdown2pdf to use --old-dashes
and --citatation-abbreviations
.
This commit is contained in:
parent
5b7c209373
commit
6f69abf4a9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue