class Kramdown::Parser::Html::ElementConverter

def set_basics(el, type, category, opts = {})

def set_basics(el, type, category, opts = {})
  el.type = type
  el.options = {:category => category}.merge(opts)
  el.value = nil
end