diff options
author | Stefan Tatschner <stefan@sevenbyte.org> | 2014-12-03 15:27:31 +0100 |
---|---|---|
committer | Stefan Tatschner <stefan@sevenbyte.org> | 2015-01-15 13:41:11 +0100 |
commit | bf079c24afb8ad2991a4eaf60a71a7bc45dd775d (patch) | |
tree | ed6317f84473ea68ef9444b0a2736f305f0a2b75 /Gemfile | |
parent | 377ae460056bb2a4e5824c4f7a3bbcb481e3e38b (diff) | |
download | gitlab-ce-bf079c24afb8ad2991a4eaf60a71a7bc45dd775d.tar.gz |
Replace highlight.js with rouge-fork rugments
I decided to create a fork of rouge as rouge lacks a HTML formatter with
the required options such as wrapping a line with <span> tags.
Furthermore I was not really convinced about the clarity of rouge's
source code.
Rugments 1.0.0beta3 for now only includes some basic linting and a new
HTML formatter. Everything else should behave the same.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -265,3 +265,4 @@ end gem "newrelic_rpm" gem 'octokit', '3.7.0' +gem "rugments" |