From 3997d55c7d87c35e6f4a3f5367c6719ac835bb0d Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Sat, 21 Apr 2018 11:28:55 -0600 Subject: [PATCH] hakyll-std/hakyll-std: pandoc no longer supports `writerHighlight` option --- site/hakyll-std/hakyll-std.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/hakyll-std/hakyll-std.hs b/site/hakyll-std/hakyll-std.hs index 3d72abcf5..444754b4b 100755 --- a/site/hakyll-std/hakyll-std.hs +++ b/site/hakyll-std/hakyll-std.hs @@ -113,11 +113,11 @@ pandocReaderOptions = def -- http://hackage.haskell.org/package/pandoc-1.13/docs/src/Text-Pandoc-Options.html#WriterOptions pandocWriterOptions = def - {writerHighlight=True +--- {writerHighlight=True -- this would change the value of pandoc's $highlight-css$ var -- for now, let the user provide these styles -- ,writerHighlightStyle=tango - } + --- } pandocTransform = tableOfContents "right"