# File lib/liquid/standardfilters.rb, line 146 def newline_to_br(input) input.to_s.gsub(/\n/, "<br />\n") end