class Kramdown::Converter::Html

def convert_typographic_sym(el, indent, opts)

def convert_typographic_sym(el, indent, opts)
  TYPOGRAPHIC_SYMS[el.value].map {|e| entity_to_str(e)}.join('')
end