Let markdown2pdf recognize citeproc options.
This commit is contained in:
parent
d0be7ca8cb
commit
163b0c0f8a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue