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",
|
"--include-before-body","--include-after-body",
|
||||||
"--custom-header","--output",
|
"--custom-header","--output",
|
||||||
"--template", "--variable",
|
"--template", "--variable",
|
||||||
|
"--no-highlight", "--highlight-style",
|
||||||
"--csl", "--bibliography", "--data-dir", "--listings"]
|
"--csl", "--bibliography", "--data-dir", "--listings"]
|
||||||
let isOpt ('-':_) = True
|
let isOpt ('-':_) = True
|
||||||
isOpt _ = False
|
isOpt _ = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue