Skip to content

Commit 85a437d

Browse files
committed
Merge pull request #53 from killercup/patch-1
Enable SmartyPants for Better Typography
2 parents 45111b1 + b49d5e2 commit 85a437d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ github_username: rust-lang
1212
highlighter: pygments
1313
markdown: redcarpet
1414
redcarpet:
15-
extensions: ["with_toc_data"]
15+
extensions: ["with_toc_data", "smart"]
1616

1717
root: http://blog.rust-lang.org

0 commit comments

Comments
 (0)