]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken
authorChris Rebert <code@chrisrebert.com>
Mon, 20 Jun 2016 06:02:27 +0000 (23:02 -0700)
committerChris Rebert <code@chrisrebert.com>
Mon, 20 Jun 2016 06:02:28 +0000 (23:02 -0700)
Refs #20005
[skip sauce]

docs/_plugins/highlight_alt.rb

index ed6be57f5447bd6eeee0931c6b6412dfb5ce424c..bdcada251791f3a4cbe07c99cd6985b7f37f7ad1 100644 (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: