# File lib/maruku/input/parse_span.rb, line 710
    def is_end?
      @cur_string.empty? || @cur_string =~ /\s\z/
    end