Surrounds the filtered text with CDATA tags.
@see Haml::Filters::Base#render
# File lib/haml/filters.rb, line 258 def render(text) "<![CDATA[#{("\n" + text).rstrip.gsub("\n", "\n ")}\n]]>" end