Skip to content

Commit

Permalink
Enable Pandoc highlighting by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Sep 29, 2013
1 parent 364aa7b commit 808353b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hakyll.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hakyll
Version: 4.4.0.0
Version: 4.4.1.0

Synopsis: A static website compiler library
Description:
Expand Down
3 changes: 3 additions & 0 deletions src/Hakyll/Web/Pandoc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,7 @@ defaultHakyllWriterOptions = def
{ -- This option causes literate haskell to be written using '>' marks in
-- html, which I think is a good default.
writerExtensions = S.insert Ext_literate_haskell (writerExtensions def)
, -- We want to have hightlighting by default, to be compatible with earlier
-- Hakyll releases
writerHighlight = True
}
4 changes: 4 additions & 0 deletions web/releases.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: Releases

# Releases

## Hakyll 4.4.1.0

- Use Pandoc 1.12 highlighting by default

## Hakyll 4.4.0.0

- Update to work with Pandoc 1.12. This changes the type of `readPandocBibilio`:
Expand Down

0 comments on commit 808353b

Please sign in to comment.