26 27 28
# File 'lib/contentable.rb', line 26 def display_textile(text) RedCloth.new(text).to_html.html_safe end