Hi all,
Using the xwiki syntax to build tables, I find the resulting code a little
unreadable once it is not allowed to insert line breaks.
I tried to insert HTML comments to solve the problem, but it did not work.
I put the code just below to illustrate my point. Is there any way for doing
something like the third way?
a) How it is:
{table}
Header 1|Header 2
A value|A Value
A value|A Value
A value|A Value
{table}
b) the way I tried:
{table}
Header 1|Header 2
A value|A Value
<!-- cleanning the code -->
A value|A Value
<!-- cleanning the code -->
A value|A Value
{table}
c) how I would like to see:
{table}
Header 1|Header 2
A value|A Value
A value|A Value
A value|A Value
{table}