Use thead/tbody style for manual table
parent
94aafc061a
commit
8879175f85
|
@ -83,11 +83,14 @@ approximately 3 months (4 per year). The following table describes which API
|
||||||
versions are supported in a series of subsequent releases.
|
versions are supported in a series of subsequent releases.
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Release</th>
|
<th>Release</th>
|
||||||
<th>API Versions</th>
|
<th>API Versions</th>
|
||||||
<th>Notes</th>
|
<th>Notes</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>X</td>
|
<td>X</td>
|
||||||
<td>v1</td>
|
<td>v1</td>
|
||||||
|
@ -164,6 +167,7 @@ versions are supported in a series of subsequent releases.
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
### REST resources (aka API objects)
|
### REST resources (aka API objects)
|
||||||
|
|
Loading…
Reference in New Issue