module RedCloth::Formatters::HTML

def after_transform(text)

def after_transform(text)
  text.chomp!
end