mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
Merge pull request #107 from github/roll-out-the-redcarpet
Use Redcarpet to process markdown
This commit is contained in:
commit
c8cfd6b3b2
3
Gemfile
3
Gemfile
@ -3,6 +3,3 @@ 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'
|
@ -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)
|
||||
|
@ -1,5 +1,7 @@
|
||||
title: ChooseALicense.com
|
||||
relative_permalinks: false
|
||||
markdown: redcarpet
|
||||
|
||||
rules:
|
||||
|
||||
required:
|
||||
|
Loading…
Reference in New Issue
Block a user