aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2010-07-26 11:05:56 -0500
committerB Mathis <brandon@imathis.com>2010-07-26 11:05:56 -0500
commit5ca3949740cdc2caab34aa518e0dbd6c9068d7db (patch)
treee0addf6267f3db5333ec72283236678f67ce290b
parent76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f (diff)
downloadmy_new_personal_website-5ca3949740cdc2caab34aa518e0dbd6c9068d7db.tar.xz
my_new_personal_website-5ca3949740cdc2caab34aa518e0dbd6c9068d7db.zip
reverted back to rdiscount instead of kramdown
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 916eb0c0..2464e197 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'