Andreas Jonsson wrote:
> Hello,
>
> I'm still digging into the XWiki grammar file and noticed another odd 
> thing.  Wiki parameters at the beginning of a line terminates a 
> block.  Compare these two examples:
>
> | table cell
> (% style="color: blue;" %)
> new paragraph
>
> | table cell
> (% style="color: blue;" %)
There was supposed to be a space at the beginning of the above line.  
The examples again:

| table cell
(% style="color: blue;" %)
new paragraph

| table cell
 (% style="color: blue;" %)
continuing table cell

>
> continuing table cell
>
> Is this intentional?
>
> Best regards,
>
> Andreas Jonsson
>

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to