# File lib/creole/parser.rb, line 95
    def start_tag(tag)
      @stack.push(tag)
      @out << '<' << tag << '>'
    end