Let markdown2pdf recognize citeproc options.

This commit is contained in:
John MacFarlane 2010-06-30 18:34:14 -07:00
parent d0be7ca8cb
commit 163b0c0f8a

View file

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