Made --highlight-style
and --no-highlight
work in markdown2pdf.
This commit is contained in:
parent
16629bf1ce
commit
af3e07f227
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ main = withTempDir "pandoc"
|
|||
"--include-before-body","--include-after-body",
|
||||
"--custom-header","--output",
|
||||
"--template", "--variable",
|
||||
"--no-highlight", "--highlight-style",
|
||||
"--csl", "--bibliography", "--data-dir", "--listings"]
|
||||
let isOpt ('-':_) = True
|
||||
isOpt _ = False
|
||||
|
|
Loading…
Reference in a new issue