mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 01:15:53 +00:00
Made --highlight-style and --no-highlight work in markdown2pdf.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user