On 11/22/07, Thomas Dalton thomas.dalton@gmail.com wrote:
All we need to do to fix that is to escape the contents of nowiki tags. I can't see that breaking anything.
Heh. Define "escape". It's not that simple.
In a C program, there is exactly one place where you can "escape" anything: in a string literal. This doesn't work: void m\ain (void)...
In wikitext, it could be *anywhere*.
Steve