tools: hakyll-std: pandoc 2 reads with no extensions by default
[ci skip]
This commit is contained in:
parent
9151f5004e
commit
934efd5db6
@ -108,10 +108,10 @@ filesToRender =
|
|||||||
,"doc/**.markdown"
|
,"doc/**.markdown"
|
||||||
]
|
]
|
||||||
|
|
||||||
-- http://hackage.haskell.org/package/pandoc-1.13/docs/src/Text-Pandoc-Options.html#ReaderOptions
|
|
||||||
pandocReaderOptions = def
|
pandocReaderOptions = def
|
||||||
|
{ readerExtensions = pandocExtensions
|
||||||
|
}
|
||||||
|
|
||||||
-- 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user