hakyll-std/hakyll-std: pandoc no longer supports writerHighlight option
This commit is contained in:
parent
178c3af10c
commit
3997d55c7d
@ -113,11 +113,11 @@ pandocReaderOptions = def
|
|||||||
|
|
||||||
-- http://hackage.haskell.org/package/pandoc-1.13/docs/src/Text-Pandoc-Options.html#WriterOptions
|
-- http://hackage.haskell.org/package/pandoc-1.13/docs/src/Text-Pandoc-Options.html#WriterOptions
|
||||||
pandocWriterOptions = def
|
pandocWriterOptions = def
|
||||||
{writerHighlight=True
|
--- {writerHighlight=True
|
||||||
-- this would change the value of pandoc's $highlight-css$ var
|
-- this would change the value of pandoc's $highlight-css$ var
|
||||||
-- for now, let the user provide these styles
|
-- for now, let the user provide these styles
|
||||||
-- ,writerHighlightStyle=tango
|
-- ,writerHighlightStyle=tango
|
||||||
}
|
--- }
|
||||||
|
|
||||||
pandocTransform = tableOfContents "right"
|
pandocTransform = tableOfContents "right"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user