Care must be taken, when parsing tables, to never treat the pipe characters included in links, images and nowiki spans as cell separators:

{{{
| table cell | table cell | table cell |
| {{{pre|cell~}}} | {{image|cell}} | [[link|cell]] |
}}}

| table cell | table cell | table cell 
| ~{{{table~|cell~}}} | ~{{table~|cell~}} | ~[[table~|cell~]] 

----
Huh? What is going on with this pre block? Why are the insides of it parsed? %)\\

You mean the second one? - because the JSPWikiCreoleFilter assumes that it is an image and replaces it with the ImagePlugin of JSPWiki. Since we did not define a GeneralEscapeCharacter yet, it is not possible yet to thell the current version of the CreoleFilter not to reder it... I guess it's a good example of the ambiguity itself :) - please look into the sourcecode to see the plain code example until that is fixed...

--[ChristophSauer] 27-Feb-2006