Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-28 01:51:15 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-28 01:51:15 +0300
commitc6bcba9ce93e75326bde811b622db53aa36508ef (patch)
tree67fc94efe399056e6636c83a42e5fbb09fbeb1fc /Gemfile
parent842318016d6d80d7f2ec600db24410bcdda47603 (diff)
Use Redcarpet instead of Kramdown, get Rouge syntax highlighting working for it.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a2fb5a44..0ce9b5fa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ ruby '2.3.1'
gem 'nanoc', '~> 4.0'
gem 'adsf'
gem 'sass'
-gem 'kramdown'
+gem 'redcarpet'
gem 'rouge', '~> 1.11'
gem 'rake', '~> 11.3'