class Kramdown::Parser::Html::ElementConverter

def remove_text_children(el)

def remove_text_children(el)
  el.children.delete_if {|c| c.type == :text }
end