X Tutup
Skip to content

Commit f158df3

Browse files
MarkusMarkus
authored andcommitted
Updated Kramdown options
Hard Wrap set to false because markdown normally ignores these as it should be. Default language for code highlighting set to java, because well, we are a java project after all.
1 parent 052fe8b commit f158df3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ markdown: kramdown
2323
kramdown:
2424
input: GFM
2525
smart_quotes: ["apos", "apos", "quot", "quot"]
26+
hard_wrap: false
27+
default_lang: java
2628

2729
category-list:
2830
- Other

0 commit comments

Comments
 (0)
X Tutup