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