Skip to content

Commit 0e17e2c

Browse files
committed
Disable default jekyll syntax highlighting for github pages
1 parent d6a688d commit 0e17e2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ url: ""
2525
# ---------------------------------------------------------------
2626
markdown: kramdown
2727

28+
kramdown:
29+
syntax_highlighter_opts:
30+
disable: true
31+
2832
# Handling Reading
2933
# ---------------------------------------------------------------
3034
exclude:

0 commit comments

Comments
 (0)