Does not parse the filtered text. This is useful for large blocks of text without HTML tags, when you don’t want lines starting with `.` or `-` to be parsed.
@see Haml::Filters::Base#render
# File lib/haml/filters.rb, line 195 def render(text); text; end