# File lib/rouge/formatters/html.rb, line 14 def span(tok, val) safe_span(tok, val.gsub(/[&<>]/, TABLE_FOR_ESCAPE_HTML)) end