# File lib/maruku/input/parse_span.rb, line 727
    def push_space
      @cur_string << ' ' unless @cur_string[-1, 1] == ' '
    end