From 4a00603b5a31ea5edc8b8a980924681cdbce907e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 19 Jun 2016 23:02:27 -0700 Subject: [PATCH] docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken Refs #20005 [skip sauce] --- docs/_plugins/highlight_alt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: