1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-22 15:39:59 +00:00

docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken

Refs #20005
[skip sauce]
This commit is contained in:
Chris Rebert 2016-06-19 23:02:27 -07:00
parent c700e25ef2
commit 4a00603b5a

View File

@ -27,7 +27,7 @@ module Jekyll
@options[key.to_sym] = value || true @options[key.to_sym] = value || true
end end
end end
@options[:linenos] = "inline" if @options.key?(:linenos) and @options[:linenos] == true @options[:linenos] = false
else else
raise SyntaxError.new <<-eos raise SyntaxError.new <<-eos
Syntax Error in tag 'example' while parsing the following markup: Syntax Error in tag 'example' while parsing the following markup: