class Kramdown::Converter::Base

def convert(el)

This is the only method that has to be implemented by sub-classes!

Convert the element +el+ and return the resulting object.
def convert(el)
  raise NotImplementedError
end