Updated RDiscount, added footnotes and other extensions

This commit is contained in:
Brandon Mathis 2013-05-07 00:06:56 -05:00
parent 09558c64e6
commit 11a1ba623e
2 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@ source "http://rubygems.org"
group :development do
gem 'rake', '~> 0.9'
gem 'jekyll', '~> 0.12'
gem 'rdiscount', '~> 1.6.8'
gem 'rdiscount', '~> 2.0.7'
gem 'pygments.rb', '~> 0.3.4'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1.7'

View File

@ -34,6 +34,13 @@ plugins: plugins
code_dir: downloads/code
category_dir: blog/categories
markdown: rdiscount
rdiscount:
extensions:
- autolink
- footnotes
- generate_toc
- superscript
- smart
pygments: false # default python pygments have been replaced by pygments.rb
paginate: 10 # Posts per page on the blog index