# File lib/kramdown/parser/base.rb, line 93
      def warning(text)
        @warnings << text
        #TODO: add position information
      end