class Kramdown::Converter::Man

def convert_abbreviation(el, opts)

def convert_abbreviation(el, opts)
  opts[:result] << escape(el.value)
end