Skip to content

Instantly share code, notes, and snippets.

@MioOgbeni
Created February 17, 2022 09:12
Show Gist options
  • Save MioOgbeni/86ec40284d43eb9827872d8ac540e613 to your computer and use it in GitHub Desktop.
Save MioOgbeni/86ec40284d43eb9827872d8ac540e613 to your computer and use it in GitHub Desktop.
xhtml
<body>
<h3>Table overview</h3>
<structured-macro name="divbox" schema-version="1" macro-id="b39f99cf-38e7-43b9-9034-35cf7683ad4b">
<parameter name="class">table_keys</parameter>
<rich-text-body>
<table class="wrapped">
<colgroup>
<col />
<col />
</colgroup>
<tbody>
<tr>
<th>Key ID</th>
<th>Key description</th>
</tr>
<tr>
<td>PK</td>
<td>Primary key</td>
</tr>
<tr>
<td>PK2</td>
<td>Alternative (business primary key). However uniqueness not checked.</td>
</tr>
</tbody>
</table>
</rich-text-body>
</structured-macro>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment