Updated posts with proper markup
This commit is contained in:
parent
8850c0bcc5
commit
9fa059a16b
2 changed files with 114 additions and 133 deletions
|
@ -11,13 +11,13 @@ body:
|
|||
<table border="0" cellpadding="0" cellspacing="0" id="string_entity" style="width:100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="4"><strong>String entity</strong></td>
|
||||
<th colspan="4"><strong>String entity</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Type</strong></td>
|
||||
<td><strong>Name</strong></td>
|
||||
<td><strong>Description</strong></td>
|
||||
<td><strong>Null value</strong></td>
|
||||
<th><strong>Type</strong></th>
|
||||
<th><strong>Name</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th><strong>Null value</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>uint16</td>
|
||||
|
@ -34,17 +34,15 @@ body:
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="0" id="property_entity" style="width:100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="3"><strong>Property entity</strong></td>
|
||||
<th colspan="3"><strong>Property entity</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Type</strong></td>
|
||||
<td><strong>Name</strong></td>
|
||||
<td><strong>Description</strong></td>
|
||||
<th><strong>Type</strong></th>
|
||||
<th><strong>Name</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#string_entity">string</a></td>
|
||||
|
@ -59,18 +57,16 @@ body:
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="0" style="width:100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="4"><strong>Record entity</strong></td>
|
||||
<th colspan="4"><strong>Record entity</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Type</strong></td>
|
||||
<td><strong>Field name</strong></td>
|
||||
<td><strong>Description</strong></td>
|
||||
<td><strong>Null value</strong></td>
|
||||
<th><strong>Type</strong></th>
|
||||
<th><strong>Field name</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th><strong>Null value</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#string_entity">string</a></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue