<div>Hi list,</div>
<div>&nbsp;</div>
<div>I find that (:table:) can not be nested in other (:table:), but basics Table can be nested in (:table:).</div>
<div>For example, I write</div>
<div>(:table:)</div>
<div>(:cellnr:)</div>
<div>aaa</div>
<div>(:table:)</div>
<div>(:cellnr:)</div>
<div>bbb</div>
<div>(:tableend:)</div>
<div>ccc</div>
<div>
<div>(:tableend:)</div>
<div>The output will split the nested tables in to two distinct tables.&nbsp; But when I write</div>
<div>
<div>(:table:)</div>
<div>(:cellnr:)</div>
<div>aaa</div>
<div>|| border=1<br>|| cell 1 || cell 2 || cell 3 ||<br>|| cell 1 || cell 2 || cell 3 ||</div>
<div>ccc</div>
<div>
<div>(:tableend:)</div>
<div>the tables are nested.</div>
<div>&nbsp;</div>
<div>Is that a problem for designing complicated wiki pages?</div></div></div></div>