class Kramdown::Converter::Html

def convert_entity(el, indent, opts)

def convert_entity(el, indent, opts)
  "&#{el.value.kind_of?(Integer) ? '#' : ''}#{el.value};"
end