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",
|
"--number-sections","--include-in-header",
|
||||||
"--include-before-body","--include-after-body",
|
"--include-before-body","--include-after-body",
|
||||||
"--custom-header","--output",
|
"--custom-header","--output",
|
||||||
"--template", "--variable"]
|
"--template", "--variable",
|
||||||
|
"--csl", "--biblio", "--biblio-format"]
|
||||||
let isOpt ('-':_) = True
|
let isOpt ('-':_) = True
|
||||||
isOpt _ = False
|
isOpt _ = False
|
||||||
let opts = filter isOpt args
|
let opts = filter isOpt args
|
||||||
|
|
Loading…
Add table
Reference in a new issue