diff options
| author | Chris Rebert <[email protected]> | 2016-06-19 23:02:27 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-06-19 23:02:28 -0700 |
| commit | 4a00603b5a31ea5edc8b8a980924681cdbce907e (patch) | |
| tree | c387c39c4f8b165be9b3842846652ba0047b300a /docs/_plugins/highlight_alt.rb | |
| parent | c700e25ef2965146d2ed4abafee0825a8094280e (diff) | |
| download | bootstrap-4a00603b5a31ea5edc8b8a980924681cdbce907e.tar.xz bootstrap-4a00603b5a31ea5edc8b8a980924681cdbce907e.zip | |
docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken
Refs #20005
[skip sauce]
Diffstat (limited to 'docs/_plugins/highlight_alt.rb')
| -rw-r--r-- | docs/_plugins/highlight_alt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_plugins/highlight_alt.rb b/docs/_plugins/highlight_alt.rb index ed6be57f5..bdcada251 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: |
