1
Fork 0

Change the Markdown engine from RedCarpet to Kramdown.

master
vonavi 2014-03-28 12:00:32 +02:00
parent 294e9f2e67
commit 7105fc4c27
4 changed files with 4 additions and 1 deletions

View File

View File

@ -1,6 +1,7 @@
source 'https://rubygems.org'
gem 'jekyll', '~> 1.4.3'
gem 'kramdown'
gem 'pygments.rb', '~> 0.5.4'
gem 'jekyll-assets'
gem 'less'

View File

@ -43,6 +43,7 @@ GEM
jekyll-assets (0.7.5)
jekyll (~> 1.0)
sprockets (~> 2.10)
kramdown (1.3.3)
less (2.5.0)
commonjs (~> 0.2.7)
libv8 (3.16.14.3)
@ -97,6 +98,7 @@ DEPENDENCIES
guard-livereload
jekyll (~> 1.4.3)
jekyll-assets
kramdown
less
pygments.rb (~> 0.5.4)
therubyracer

View File

@ -8,7 +8,7 @@ exclude: ['Gemfile*', 'Guardfile', 'README*', 'vendor']
keep_files: ['.gitkeep']
encoding: UTF-8
markdown: redcarpet
markdown: kramdown
gems: ['jekyll-assets']
#