Skip to content

Commit 1fdb6de

Browse files
committed
Use kramdown
1 parent e70f0d7 commit 1fdb6de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_config.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
markdown: rdiscount
2-
pygments: true
1+
markdown: kramdown
32
permalink: /:categories/blog/:year/:month/:day/:title.html
43
paginate: 5
54
url: http://ruby-gettext.github.io
65
gettext_version: 3.1.2
76
gettext_release_date: 2014-04-24
87
locale_version: 2.1.0
98
locale_release_date: 2012-12-15
9+
10+
kramdown:
11+
enable_coderay: true
12+
coderay_line_numbers: table

0 commit comments

Comments
 (0)