# File lib/maruku/input_textile2/t2_parser.rb, line 95
                def t2_parse(source, params)
                        src = LineSource.new(source)
                        output = BlockContext.new
                        t2_parse_blocks(src, output)
                        self.children = output.elements
                end