Tweaked command-line options allowed by markdown2pdf.
This commit is contained in:
parent
dd0ce8120d
commit
fe39a06e24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue