(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 
This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

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~}} | ~[cell~|link] |

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 general EscapeCharacter yet, it is not possible to tell the current version of the CreoleFilter not to render it... I guess it's a good example of the ambiguity itself :) - please look into the source code to see the plain code example until that is fixed...

--ChristophSauer 27-Feb-2007

I mean the first one. Since when are images allowed in preformatted blocks? :)

-- RadomirDopieralski, 2007-02-27

Something is completely screwed up here... yes, work in progress ;).

--ChristophSauer 27-Feb-2007

I am missing how this is an ambiguity. To me it seems like a simple parser error. Could someone please elaborate on this?

--ChuckSmith, 27-Feb-2007

Add new attachment

Only authorized users are allowed to upload new attachments.

« This particular version was published on 27-Feb-2007 17:58 by ChuckSmith.