summaryrefslogtreecommitdiff
path: root/lib/gitlab/highlight.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/highlight.rb')
-rw-r--r--lib/gitlab/highlight.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/gitlab/highlight.rb b/lib/gitlab/highlight.rb
index aaef569d870..ba157cc98cc 100644
--- a/lib/gitlab/highlight.rb
+++ b/lib/gitlab/highlight.rb
@@ -47,10 +47,7 @@ module Gitlab
end
def rouge_formatter(options = {})
- Rouge::Formatters::HTMLGitlab.new(
- lineanchors: true,
- lineanchorsid: 'LC'
- )
+ Rouge::Formatters::HTMLGitlab.new
end
end
end