module RedCloth::Formatters::HTML

def html(opts)

def html(opts)
  "#{opts[:text]}\n"
end