module RedCloth::Formatters::HTML

def before_transform(text)

def before_transform(text)
  clean_html(text) if sanitize_html
end