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