module RedCloth::Formatters::HTML

def escape(text)

escapement for regular HTML (not in PRE tag)
def escape(text)
  html_esc(text)
end