mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
use redcarpet to process markdown
This commit is contained in:
parent
b7975263a8
commit
e586d8c9ea
5
Gemfile
5
Gemfile
@ -2,7 +2,4 @@ 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