module RedCloth::Formatters::HTML

def escape_pre(text)

escapement for HTML in a PRE tag
def escape_pre(text)
  html_esc(text, :html_escape_preformatted)
end