class Kramdown::Converter::Html

def convert_codespan(el, indent, opts)

def convert_codespan(el, indent, opts)
  "<code#{html_attributes(el)}>#{escape_html(el.value)}</code>"
end