X Tutup
Skip to content

Commit 052fe8b

Browse files
MarkusMarkus
authored andcommitted
Use "Programmer's world compliant config" for quotes
This disables jekyll's auto-conversion of programmer quotes to book-like quotes. Its used because the website has issues formatting them properly and leaves big gaps after quotes. More explanation is in the source. Source: http://stackoverflow.com/a/25597026/2753215
1 parent 5e1a932 commit 052fe8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ markdown: kramdown
2222

2323
kramdown:
2424
input: GFM
25+
smart_quotes: ["apos", "apos", "quot", "quot"]
2526

2627
category-list:
2728
- Other

0 commit comments

Comments
 (0)
X Tutup