Switched Markdown processor from rdiscount to redcarpet

This commit is contained in:
Brandon Mathis 2013-01-03 09:54:07 -06:00
parent 277dc6a558
commit a3eea15ac5
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ group :development do
gem 'rake', '~> 10.0.3'
gem 'rack', '~> 1.4.1'
gem 'jekyll', '~> 0.12.0'
gem 'rdiscount', '~> 1.6.8'
gem 'redcarpet', '~> 2.2.2'
gem 'pygments.rb', '~> 0.3.4'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1.7'

View File

@ -37,7 +37,7 @@ GEM
jsmin (~> 1.0.1)
rake (>= 0.8.7)
rb-fsevent (0.9.3)
rdiscount (1.6.8)
redcarpet (2.2.2)
rubypants (0.2.0)
sass (3.2.4)
sinatra (1.3.3)
@ -63,7 +63,7 @@ DEPENDENCIES
rake (~> 10.0.3)
rake-minify
rb-fsevent (~> 0.9.3)
rdiscount (~> 1.6.8)
redcarpet (~> 2.2.2)
rubypants (~> 0.2.0)
sinatra (~> 1.3.3)
stringex (~> 1.4.0)

View File

@ -36,7 +36,7 @@ code_dir: downloads/code
category_dir: blog/categories
include:
- .htaccess
markdown: rdiscount
markdown: redcarpet
pygments: false # Jekyll's default Python Pygments have been replaced by pygments.rb. Set to true to use Albino + Pythong Pygments
paginate: 10 # Posts per page on the blog index