class Kramdown::Converter::Html

def format_as_span_html(name, attr, body)

Format the given element as span HTML.
def format_as_span_html(name, attr, body)
  "<#{name}#{html_attributes(attr)}>#{body}</#{name}>"
end