class Kramdown::Parser::Kramdown

def warning(text)

Add the given warning +text+ to the warning array of the Kramdown document.
def warning(text)
  @doc.warnings << text
  #TODO: add position information
end