class Kramdown::Converter::Latex
def convert_typographic_sym(el, opts)
def convert_typographic_sym(el, opts) if (result = @options[:typographic_symbols][el.value]) escape(result) else TYPOGRAPHIC_SYMS[el.value] end end
def convert_typographic_sym(el, opts) if (result = @options[:typographic_symbols][el.value]) escape(result) else TYPOGRAPHIC_SYMS[el.value] end end