module RedCloth::Formatters::HTML

def ellipsis(opts)

def ellipsis(opts)
  "#{opts[:text]}…"
end