From 11a1ba623e76f3524a1835856a83ad826c6e0c52 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 7 May 2013 00:06:56 -0500 Subject: [PATCH] Updated RDiscount, added footnotes and other extensions --- Gemfile | 2 +- _config.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5bd1264..cabfa56 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/_config.yml b/_config.yml index 1397f8d..355f5fe 100644 --- a/_config.yml +++ b/_config.yml @@ -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