moduleKramdownmoduleConverterclassXml<HtmlNOENTITY_MAP={:mdash=>'---',:ndash=>'--',:hellip=>'...',:laquo_space=>'<< ',:raquo_space=>' >>',:laquo=>'<',:raquo=>'>'}# Overriding to do nothing. We don't want typographic symbols replaceddefconvert_typographic_sym(el,opts)NOENTITY_MAP[el.value]endendendend