class Kramdown::Converter::Html

def convert_typographic_sym(el, indent)

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