Use GFM table style

This commit is contained in:
Will 2021-01-18 11:46:05 -08:00
parent 9b2d9cf6b7
commit 985d681645
No known key found for this signature in database
GPG key ID: 385872BB265E8BF8

View file

@ -46,40 +46,14 @@ implementations of Matrix without the need for external reference.
Matrix 1.0 (released June 10th, 2019) consists of the following minimum Matrix 1.0 (released June 10th, 2019) consists of the following minimum
API versions: API versions:
<table> | API/Specification | Version |
<thead> |-------------------------|---------|
<tr class="header"> | Client-Server API | r0.5.0 |
<th>API/Specification</th> | Server-Server API | r0.1.2 |
<th>Version</th> | Application Service API | r0.1.1 |
</tr> | Identity Service API | r0.1.1 |
</thead> | Push Gateway API | r0.1.0 |
<tbody> | Room Version | v5 |
<tr class="odd">
<td>Client-Server API</td>
<td>r0.5.0</td>
</tr>
<tr class="even">
<td>Server-Server API</td>
<td>r0.1.2</td>
</tr>
<tr class="odd">
<td>Application Service API</td>
<td>r0.1.1</td>
</tr>
<tr class="even">
<td>Identity Service API</td>
<td>r0.1.1</td>
</tr>
<tr class="odd">
<td>Push Gateway API</td>
<td>r0.1.0</td>
</tr>
<tr class="even">
<td>Room Version</td>
<td>v5</td>
</tr>
</tbody>
</table>
## Introduction to the Matrix APIs ## Introduction to the Matrix APIs