class Kramdown::Parser::Base

def warning(text)

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