module RedCloth::Formatters::HTML

def dim(opts)

def dim(opts)
  opts[:text].gsub!('x', '×')
  opts[:text].gsub!("'", '′')
  opts[:text].gsub!('"', '″')
  opts[:text]
end