class Kramdown::Converter::Base

def warning(text)

Add the given warning +text+ to the warning array.
def warning(text)
  @warnings << text
end