From e586d8c9eabdc747ab97120fbbf20d7b29465998 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sun, 14 Jul 2013 12:56:48 -0400 Subject: [PATCH] use redcarpet to process markdown --- Gemfile | 5 +---- Gemfile.lock | 5 ----- _config.yml | 2 ++ 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index e8bc009..ec75eef 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,4 @@ source 'https://rubygems.org' gem "jekyll", '=1.0.3' gem 'liquid', '=2.5.0' -gem 'redcarpet', '=2.2.2' -gem 'maruku', '=0.6.1' -gem 'rdiscount', '=1.6.8' -gem 'RedCloth', '=4.2.9' \ No newline at end of file +gem 'redcarpet', '=2.2.2' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index b508da7..e6b3cc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,6 @@ GEM remote: https://rubygems.org/ specs: - RedCloth (4.2.9) classifier (1.3.3) fast-stemmer (>= 1.0.0) colorator (0.1) @@ -28,7 +27,6 @@ GEM pygments.rb (0.5.1) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - rdiscount (1.6.8) redcarpet (2.2.2) safe_yaml (0.7.1) syntax (1.0.0) @@ -38,9 +36,6 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (= 4.2.9) jekyll (= 1.0.3) liquid (= 2.5.0) - maruku (= 0.6.1) - rdiscount (= 1.6.8) redcarpet (= 2.2.2) diff --git a/_config.yml b/_config.yml index 1a23ad9..04a2d14 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,7 @@ title: ChooseALicense.com relative_permalinks: false +markdown: redcarpet + rules: required: