Skip to content
Snippets Groups Projects
Commit 3bb65815 authored by http://jneen.net/'s avatar http://jneen.net/
Browse files

kill the :cssclass option

parent 55dc7d09
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -44,8 +44,7 @@ module Banzai
 
# Override Rouge::Plugins::Redcarpet#rouge_formatter
def rouge_formatter(lexer)
Rouge::Formatters::HTMLGitlab.new(
cssclass: "code highlight js-syntax-highlight #{lexer.tag}")
Rouge::Formatters::HTMLGitlab.new
end
end
end
Loading
Loading
Loading
Loading
@@ -48,7 +48,6 @@ module Gitlab
 
def rouge_formatter(options = {})
Rouge::Formatters::HTMLGitlab.new(
cssclass: 'code highlight',
lineanchors: true,
lineanchorsid: 'LC'
)
Loading
Loading
Loading
Loading
@@ -17,11 +17,9 @@ module Rouge
# be changed with lineanchorsid to e.g. foo-linenumber
# (default: 'L').
def initialize(
cssclass: 'highlight',
lineanchors: false,
lineanchorsid: 'L'
)
@cssclass = cssclass
@lineanchors = lineanchors
@lineanchorsid = lineanchorsid
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment