Skip to content

Commit 8771192

Browse files
committed
Actually use Rouge to highlight code
1 parent fdef40b commit 8771192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/jekyll/templates/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ markdown: redcarpet
4040
redcarpet:
4141
extensions: ['no_intra_emphasis', 'tables', 'fenced_code_blocks', 'autolink', 'smart',
4242
'strikethrough', 'superscript', 'underline', 'highlight', 'footnotes']
43-
highlighter: true
43+
highlighter: rouge
4444

4545
# Extending Jekyll
4646
gems:

0 commit comments

Comments
 (0)