2024-07-25 22:24:36 +02:00
|
|
|
<foo>bar</foo>
|
|
|
|
<ac:structured-macro ac:name="info">
|
2023-09-06 16:19:09 -07:00
|
|
|
<ac:parameter ac:name="icon">true</ac:parameter>
|
|
|
|
<ac:parameter ac:name="title">Attention</ac:parameter>
|
|
|
|
<ac:rich-text-body>This is an info!</ac:rich-text-body>
|
2024-07-25 22:24:36 +02:00
|
|
|
</ac:structured-macro>
|
|
|
|
<ac:structured-macro ac:name="info">
|
|
|
|
<ac:parameter ac:name="icon">true</ac:parameter>
|
|
|
|
<ac:parameter ac:name="title">Attention</ac:parameter>
|
|
|
|
<ac:rich-text-body>
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Header 1</th>
|
|
|
|
<th>Header 2</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>Cell A</td>
|
|
|
|
<td>Cell B</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</ac:rich-text-body>
|
|
|
|
</ac:structured-macro>
|