From 5ca3949740cdc2caab34aa518e0dbd6c9068d7db Mon Sep 17 00:00:00 2001 From: B Mathis Date: Mon, 26 Jul 2010 11:05:56 -0500 Subject: [PATCH] reverted back to rdiscount instead of kramdown --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 916eb0c..2464e19 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ gem 'activesupport', "2.3.2" gem 'henrik-jekyll' gem 'compass' gem 'compass-colors' -gem 'kramdown' +gem 'rdiscount' gem 'fssm' gem 'serve'