Text_Wiki/Text/Wiki/Parse/Mediawiki/Url.php 2

Type Line Description
TODO 215 check if this is supported by Mediawiki parser (apparently it is not)
TODO 229 check if this is supported by Mediawiki parser (apparently it is not)

Text_Wiki/Text/Wiki/Parse/Mediawiki/List.php 1

Type Line Description
TODO 49 add text continuations (any number of + signs) and expandable areas (- after *s ot #s)

Text_Wiki/Text/Wiki/Parse/Tiki/Heading.php 1

Type Line Description
TODO 53 add support for expandable / contractable sections (-+ after !)

Text_Wiki/Text/Wiki/Parse/Tiki/List.php 1

Type Line Description
TODO 57 add text continuations (any number of + signs) and expandable areas (- after *s ot #s)

Text_Wiki/Text/Wiki/Parse/Tiki/Table.php 1

Type Line Description
TODO 100 technically this should check the TW option for line endings

Text_Wiki/Text/Wiki/Render/Latex/Delimiter.php 1

Type Line Description
TODO 20 Is this where I can do some LaTeX escaping for items

Text_Wiki/Text/Wiki/Render/Xhtml/Wikilink.php 1

Type Line Description
TODO 120 This is no longer used, need to look closer into this branch

Text_Wiki/Text/Wiki/Render/Latex.php 5

Type Line Description
TODO 34 [http://google.com] becomes 1 with a LaTeX footnote in subscript. This should be a normal LaTeX footnote associated with the previous word?
TODO 34 parse "..." to be ``...''
TODO 34 parse '...' to be `...'
TODO 34 move escape_latex to a static function, move escaping to the individual .php files they are associated with
TODO 34 allow the user to add conf items to do things like + A custom document header + Custom page headings + Include packages + Set Title, Author, Date + Include a title page + Not output Document Head/Foot (maybe combinding many pages?)

Text_Wiki/tests/Text_Wiki_Tests.php 1

Type Line Description
TODO 270 check why there is a line break at the beginning and end of $this->obj->source

Text_Wiki/tests/AllTests.php 1

Type Line Description
TODO 27 integrate Text_Wiki_Parse_Tiki_AllTests