diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-04 09:08:55 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-04 09:09:49 -0800 |
commit | 6f69abf4a92746240fc3194e036260bc76a2f558 (patch) | |
tree | c8de2fdead44adb69a191f0b8763b36847468e21 /src | |
parent | 5b7c209373a441c2c7b296031025baa56a9f0c43 (diff) | |
download | pandoc-6f69abf4a92746240fc3194e036260bc76a2f558.tar.gz |
Allow markdown2pdf to use `--old-dashes` and `--citatation-abbreviations`.
Diffstat (limited to 'src')
-rw-r--r-- | src/markdown2pdf.hs | 1 |
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 |