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:
authorMarcia Ramos <virtua.creative@gmail.com>2017-08-07 19:51:59 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-10-31 17:50:22 +0300
commitc76c418e865ed93fcd9fd45105d8b87c3d76f5ce (patch)
tree81315067388fe620a02fee502c9c5dcc28301371 /Gemfile
parent3fb1fc62dc4d461c041d9554c56e816a0c54caeb (diff)
add kramdown as markdown engine
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bce38e21..8170df86 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ gem 'nanoc', '~> 4.10'
gem 'adsf', '~> 1.4'
gem 'adsf-live', '~> 1.4'
gem 'sass', '~> 3.6'
-gem 'redcarpet', '~> 3.4'
+gem 'kramdown'
gem 'rouge', '~> 2.2'
gem 'rake', '~> 12.3'