tools: hakyll-std: pandoc 2 reads with no extensions by default

[ci skip]
This commit is contained in:
Simon Michael 2018-04-25 08:50:29 -07:00
parent 9151f5004e
commit 934efd5db6

View File

@ -108,10 +108,10 @@ filesToRender =
,"doc/**.markdown"
]
-- http://hackage.haskell.org/package/pandoc-1.13/docs/src/Text-Pandoc-Options.html#ReaderOptions
pandocReaderOptions = def
{ readerExtensions = pandocExtensions
}
-- http://hackage.haskell.org/package/pandoc-1.13/docs/src/Text-Pandoc-Options.html#WriterOptions
pandocWriterOptions = def
--- {writerHighlight=True
-- this would change the value of pandoc's $highlight-css$ var