hakyll-std/hakyll-std: pandoc no longer supports writerHighlight option

This commit is contained in:
Everett Hildenbrandt 2018-04-21 11:28:55 -06:00 committed by Simon Michael
parent 178c3af10c
commit 3997d55c7d

View File

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