diff options
author | B Mathis <brandon@imathis.com> | 2010-07-26 11:05:56 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2010-07-26 11:05:56 -0500 |
commit | 5ca3949740cdc2caab34aa518e0dbd6c9068d7db (patch) | |
tree | e0addf6267f3db5333ec72283236678f67ce290b /Gemfile | |
parent | 76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f (diff) | |
download | my_new_personal_website-5ca3949740cdc2caab34aa518e0dbd6c9068d7db.tar.xz my_new_personal_website-5ca3949740cdc2caab34aa518e0dbd6c9068d7db.zip |
reverted back to rdiscount instead of kramdown
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |