8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5cacf commit 4e13ac4Copy full SHA for 4e13ac4
lib/coderay/encoders/html.rb
@@ -207,7 +207,7 @@ def text_token text, kind
207
# if text.index(/[\0-\t\xB-\x1F]/)
208
# # Escape ASCII control codes except \x9 == \t and \xA == \n.
209
# text.tr!("\0-\x8\xB-\x1F", ' ') if text.index(/[\0-\x8\xB-\x1F]/)
210
- text.gsub!("\t", @expand_tab) if text.index("\t")
+ # text.gsub!("\t", @expand_tab) if text.index("\t")
211
# end
212
213
text = break_lines(text, style) if @break_lines && (style || @opened.size > 0) && text.index("\n")
0 commit comments