# File lib/creole/parser.rb, line 73
    def to_html
      @out = ''
      @p = false
      @stack = []
      parse_block(@text)
      @out
    end