diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-06-25 13:30:08 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-06-25 13:30:08 -0700 |
| commit | 14d96456e0ffaf7df85c36cea7b4359baa48866f (patch) | |
| tree | ab46e2d0e9286a7091f243d8a32b0f8cd918017b /Gemfile.lock | |
| parent | Replace pygments with rouge. (diff) | |
| download | lumberjaph-14d96456e0ffaf7df85c36cea7b4359baa48866f.tar.gz | |
Use kramdown for the markdown parser.
This is the only parser supported by GitHub Pages.
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5aad762..5a20680 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,6 @@ GEM remote: https://rubygems.org/ specs: - RedCloth (4.2.9) activesupport (4.2.5) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) @@ -42,6 +41,7 @@ GEM redcarpet (~> 2.3.0) safe_yaml (~> 0.7.0) json (1.8.3) + kramdown (1.11.1) liquid (2.5.3) maruku (0.7.0) mercenary (0.3.5) @@ -69,8 +69,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth html-proofer jekyll - redcarpet + kramdown rouge |
