From af3e07f2272df4d61779aba0123ba8ce8990a024 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 27 Dec 2011 23:52:03 -0800 Subject: Made `--highlight-style` and `--no-highlight` work in markdown2pdf. --- src/markdown2pdf.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/markdown2pdf.hs b/src/markdown2pdf.hs index 811d5febd..a06623577 100644 --- a/src/markdown2pdf.hs +++ b/src/markdown2pdf.hs @@ -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 -- cgit v1.2.3