Skip to content

Commit f9b1313

Browse files
committed
Add a default language for Rouge when used via kramdown
1 parent 31f4bd9 commit f9b1313

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/github-pages/configuration.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ class Configuration
2222
"input" => "GFM",
2323
"hard_wrap" => false,
2424
"gfm_quirks" => "paragraph_end",
25+
"syntax_highlighter_opts" => {
26+
"default_lang" => "plaintext",
27+
},
2528
},
2629
"exclude" => ["CNAME"],
2730
}.freeze

0 commit comments

Comments
 (0)