Skip to content

Commit ed2e970

Browse files
authored
Merge pull request #455 from kiendang/disable-gh-pages-rouge-highlighter
Fix syntax highlighting for github pages (cont)
2 parents d6a688d + 0e17e2c commit ed2e970

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)