Jeremy Dunck wrote:
Is there a document of all the supported markups (past and present), or is the PHP code all there is to go off of?
Well... kind of. You see, I wrote a parser for wiki syntax in lex/yacc (or rather, flex/bison). This does, in a way, define a formal grammar for the wiki syntax.
However, it does not parse HTML tags yet. This is the main reason it's not in use, and also the main reason I have lost interest in developing it further. Maybe other syntax elements are missing too, but I can't think of any just now.
http://cvs.sourceforge.net/viewcvs.py/wikipedia/flexbisonparse/
Timwi