class Kramdown::Converter::Man

def convert_entity(el, opts)

def convert_entity(el, opts)
  opts[:result] << unicode_char(el.value.code_point)
end