diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-09-19 09:13:43 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-09-19 09:13:43 -0700 |
| commit | 1ad63117dc5a1911e068e1c5c7ebed479387cade (patch) | |
| tree | e1a830f63eb0ec72b4d350b1b2ea94a8ac3b1185 | |
| parent | try something for code color (diff) | |
| download | lumberjaph-1ad63117dc5a1911e068e1c5c7ebed479387cade.tar.gz | |
update gemfile to use redcarpted for markdown
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 3 | ||||
| -rw-r--r-- | _config.yml | 8 |
3 files changed, 5 insertions, 8 deletions
@@ -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 |
