mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
Switched Markdown processor from rdiscount to redcarpet
This commit is contained in:
parent
277dc6a558
commit
a3eea15ac5
2
Gemfile
2
Gemfile
@ -4,7 +4,7 @@ group :development do
|
||||
gem 'rake', '~> 10.0.3'
|
||||
gem 'rack', '~> 1.4.1'
|
||||
gem 'jekyll', '~> 0.12.0'
|
||||
gem 'rdiscount', '~> 1.6.8'
|
||||
gem 'redcarpet', '~> 2.2.2'
|
||||
gem 'pygments.rb', '~> 0.3.4'
|
||||
gem 'RedCloth', '~> 4.2.9'
|
||||
gem 'haml', '~> 3.1.7'
|
||||
|
@ -37,7 +37,7 @@ GEM
|
||||
jsmin (~> 1.0.1)
|
||||
rake (>= 0.8.7)
|
||||
rb-fsevent (0.9.3)
|
||||
rdiscount (1.6.8)
|
||||
redcarpet (2.2.2)
|
||||
rubypants (0.2.0)
|
||||
sass (3.2.4)
|
||||
sinatra (1.3.3)
|
||||
@ -63,7 +63,7 @@ DEPENDENCIES
|
||||
rake (~> 10.0.3)
|
||||
rake-minify
|
||||
rb-fsevent (~> 0.9.3)
|
||||
rdiscount (~> 1.6.8)
|
||||
redcarpet (~> 2.2.2)
|
||||
rubypants (~> 0.2.0)
|
||||
sinatra (~> 1.3.3)
|
||||
stringex (~> 1.4.0)
|
||||
|
@ -36,7 +36,7 @@ code_dir: downloads/code
|
||||
category_dir: blog/categories
|
||||
include:
|
||||
- .htaccess
|
||||
markdown: rdiscount
|
||||
markdown: redcarpet
|
||||
pygments: false # Jekyll's default Python Pygments have been replaced by pygments.rb. Set to true to use Albino + Pythong Pygments
|
||||
|
||||
paginate: 10 # Posts per page on the blog index
|
||||
|
Loading…
Reference in New Issue
Block a user