-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.0.2, 1.0.3
-
Component/s: None
The
macro cannot be used inside table cells. This issue is somewhat related to CONF-790, where
couldn't be used in lists.
The following example:
| test | foo |
|---|
is rendered as:
<table class="wikitable">
<tbody><tr>
<th> test </th><td> <div class="preformatted"><div class="preformattedContent"></div></div></td>
</tr>
</tbody></table><pre>foo</pre>
| <p></p> |
The
panel is displayed inside the table cell (as desired), but the actual content is rendered below the table.