Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Library
mtl,
old-time,
temporary,
pandoc >= 2.9 && < 2.20 || >= 3.0 && < 3.8,
pandoc >= 2.9 && < 2.20 || >= 3.0 && < 3.9,
pandoc-types >= 1.20 && < 1.24,
skylighting >= 0.8.2.3 && < 0.15,
bytestring,
Expand Down
2 changes: 1 addition & 1 deletion src/Network/Gitit/ContentTransformer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ pandocToHtml pandocContents = do
MathJax u -> Pandoc.MathJax $ T.pack u
RawTeX -> Pandoc.PlainMath
, writerTableOfContents = toc
, writerHighlightStyle = Just pygments
, writerHighlightMethod = Skylighting pygments
, writerExtensions = if bird
then enableExtension Ext_literate_haskell
$ writerExtensions def
Expand Down
Loading