switch to kramdown (from rdiscount) for markdown conversion
This commit is contained in:
parent
ec5f1b93b0
commit
ad52b5d649
1
Gemfile
1
Gemfile
@ -1,4 +1,3 @@
|
||||
source "http://rubygems.org"
|
||||
gem "rake"
|
||||
gem "jekyll"
|
||||
gem "rdiscount"
|
||||
|
@ -21,7 +21,6 @@ GEM
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
rake (10.0.3)
|
||||
rdiscount (1.6.8)
|
||||
syntax (1.0.0)
|
||||
yajl-ruby (1.1.0)
|
||||
|
||||
@ -31,4 +30,3 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
jekyll
|
||||
rake
|
||||
rdiscount
|
||||
|
@ -6,6 +6,6 @@ url: http://walkah.net
|
||||
auto: false
|
||||
pygments: true
|
||||
lsi: false
|
||||
markdown: rdiscount
|
||||
markdown: kramdown
|
||||
permalink: blog/:title
|
||||
exclude: Gemfile, Gemfile.lock, Rakefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user