Tweaked command-line options allowed by markdown2pdf.

This commit is contained in:
John MacFarlane 2010-12-02 22:38:26 -08:00
parent dd0ce8120d
commit fe39a06e24

View file

@ -155,7 +155,7 @@ main = bracket
"--include-before-body","--include-after-body",
"--custom-header","--output",
"--template", "--variable",
"--csl", "--biblio", "--biblio-format"]
"--csl", "--bibliography"]
let isOpt ('-':_) = True
isOpt _ = False
let opts = filter isOpt args