switch to kramdown (from rdiscount) for markdown conversion

This commit is contained in:
James Walker 2013-01-13 12:20:01 -05:00
parent ec5f1b93b0
commit ad52b5d649
3 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
source "http://rubygems.org"
gem "rake"
gem "jekyll"
gem "rdiscount"

View File

@ -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

View File

@ -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