mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +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 "jekyll", '=1.0.3'
|
||||||
gem 'liquid', '=2.5.0'
|
gem 'liquid', '=2.5.0'
|
||||||
gem 'redcarpet', '=2.2.2'
|
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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.2.9)
|
|
||||||
classifier (1.3.3)
|
classifier (1.3.3)
|
||||||
fast-stemmer (>= 1.0.0)
|
fast-stemmer (>= 1.0.0)
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
@ -28,7 +27,6 @@ GEM
|
|||||||
pygments.rb (0.5.1)
|
pygments.rb (0.5.1)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.1.0)
|
yajl-ruby (~> 1.1.0)
|
||||||
rdiscount (1.6.8)
|
|
||||||
redcarpet (2.2.2)
|
redcarpet (2.2.2)
|
||||||
safe_yaml (0.7.1)
|
safe_yaml (0.7.1)
|
||||||
syntax (1.0.0)
|
syntax (1.0.0)
|
||||||
@ -38,9 +36,6 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
RedCloth (= 4.2.9)
|
|
||||||
jekyll (= 1.0.3)
|
jekyll (= 1.0.3)
|
||||||
liquid (= 2.5.0)
|
liquid (= 2.5.0)
|
||||||
maruku (= 0.6.1)
|
|
||||||
rdiscount (= 1.6.8)
|
|
||||||
redcarpet (= 2.2.2)
|
redcarpet (= 2.2.2)
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
title: ChooseALicense.com
|
title: ChooseALicense.com
|
||||||
relative_permalinks: false
|
relative_permalinks: false
|
||||||
|
markdown: redcarpet
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
required:
|
required:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user