0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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
end
end
@options[:linenos] = "inline" if @options.key?(:linenos) and @options[:linenos] == true
@options[:linenos] = false
else
raise SyntaxError.new <<-eos
Syntax Error in tag 'example' while parsing the following markup: