Skip to content

Commit b614e82

Browse files
author
Alex Jahraus
committed
Turn on syntax highlighting of code blocks
According to Github Pages guides, the `highlighter` option should be set to `pygments` (which is the default), see <https://help.github.com/articles/using-jekyll-with-pages/#defaults> By overriding it with `true`, we were effectively disabling syntax highlighting.
1 parent a1f602f commit b614e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
safe: true
22
lsi: false
3-
highlighter: true
3+
highlighter: pygments
44
future: true
55
markdown: redcarpet
66
encoding: utf-8

0 commit comments

Comments
 (0)