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-07 05:53:08 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-07 05:53:08 +0300
commitdfcbe95b7a12d33bfd40381e023559c1c4c141f6 (patch)
tree704bc0c26c2ee17d59ba4ce734eced30a74d38d4 /Gemfile
parenta83cc9517a0e515188b03f9b7fcac88e3c986179 (diff)
Add Rouge syntax highlighting to Kramdown, make Kramdown parse our markdown as GFM.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a76e3c29..6e727e94 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,8 @@ gem 'nanoc', '~> 4.0'
gem 'adsf'
gem 'sass'
gem 'kramdown'
+# gem 'nokogiri'
+gem 'rouge'
group :nanoc do
gem 'guard-nanoc'