# File OWLScribble.rb, line 500
        def initialize( owl_string )
                @list_items = []
                @headers = []
                @wiki_commands = []
                @wiki_links = []

                super

                reparent_lists( @list_items ) unless @list_items.empty?
                #TODO - process indented paragraphs like lists, just to calculate minimal depth from many spaces

                add_sections
                process_commands
                #process_links

        end