module RedCloth::Formatters::HTML

def notextile(opts)

def notextile(opts)
  if filter_html
    html_esc(opts[:text], :html_escape_preformatted)
  else
    opts[:text]
  end
end