Skip to content

Commit

Permalink
Actually use Rouge to highlight code
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jul 29, 2016
1 parent fdef40b commit 8771192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/jekyll/templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ markdown: redcarpet
redcarpet:
extensions: ['no_intra_emphasis', 'tables', 'fenced_code_blocks', 'autolink', 'smart',
'strikethrough', 'superscript', 'underline', 'highlight', 'footnotes']
highlighter: true
highlighter: rouge

# Extending Jekyll
gems:
Expand Down

0 comments on commit 8771192

Please sign in to comment.