Made --highlight-style and --no-highlight work in markdown2pdf.

This commit is contained in:
John MacFarlane 2011-12-27 23:52:03 -08:00
parent 16629bf1ce
commit af3e07f227

View file

@ -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