summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-09-19 09:13:43 -0700
committerFranck Cuny <franck.cuny@gmail.com>2013-09-19 09:13:43 -0700
commit1ad63117dc5a1911e068e1c5c7ebed479387cade (patch)
treee1a830f63eb0ec72b4d350b1b2ea94a8ac3b1185
parenttry something for code color (diff)
downloadlumberjaph-1ad63117dc5a1911e068e1c5c7ebed479387cade.tar.gz
update gemfile to use redcarpted for markdown
Diffstat (limited to '')
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock3
-rw-r--r--_config.yml8
3 files changed, 5 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 7789e53..76972e7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-assets'
gem 'RedCloth'
-gem 'rdiscount'
+gem 'redcarpet'
gem 'sass'
diff --git a/Gemfile.lock b/Gemfile.lock
index 8b173ee..912e5c9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -33,7 +33,6 @@ GEM
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rack (1.5.2)
- rdiscount (2.1.6)
redcarpet (2.3.0)
safe_yaml (0.7.1)
sass (3.2.10)
@@ -53,5 +52,5 @@ DEPENDENCIES
RedCloth
jekyll
jekyll-assets
- rdiscount
+ redcarpet
sass
diff --git a/_config.yml b/_config.yml
index 7f1d123..8469a5c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,11 +1,9 @@
permalink: /:title/
pygments: true
-markdown: rdiscount
+markdown: redcarpet
name: lumberjaph.net
-rdiscount:
- extensions:
- - smart
- - footnotes
+redcarpet:
+ extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript"]
assets:
compress:
css: sass