From: Chris Rebert Date: Mon, 20 Jun 2016 06:02:27 +0000 (-0700) Subject: docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken X-Git-Tag: v4.0.0-alpha.3~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a00603b5a31ea5edc8b8a980924681cdbce907e;p=thirdparty%2Fbootstrap.git docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken Refs #20005 [skip sauce] --- diff --git a/docs/_plugins/highlight_alt.rb b/docs/_plugins/highlight_alt.rb index ed6be57f54..bdcada2517 100644 --- a/docs/_plugins/highlight_alt.rb +++ b/docs/_plugins/highlight_alt.rb @@ -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: