fix: prettify markdown tables
This commit is contained in:
parent
bb72915201
commit
42fca503d8
6 changed files with 46 additions and 46 deletions
|
@ -10,15 +10,15 @@ No request parameters or request body.
|
|||
|
||||
## Responses
|
||||
|
||||
|Status|Description|
|
||||
|-|-|
|
||||
|200|The versions supported by the server|
|
||||
| Status | Description |
|
||||
|--------|--------------------------------------|
|
||||
| 200 | The versions supported by the server |
|
||||
|
||||
### 200 response
|
||||
|
||||
|Name|Type|Description|
|
||||
|-|-|-|
|
||||
|unstable_features|string:bool|Unstable features that are supported by the server. Features not listed here indicate that a feature isn't supported.|
|
||||
| Name | Type | Description |
|
||||
|-------------------|-------------|-----------------------------------------------------------------------------------------------------------------------|
|
||||
| unstable_features | string:bool | Unstable features that are supported by the server. Features not listed here indicate that a feature isn't supported. |
|
||||
|versions|list[string]|**Required**: The supported protocol versions
|
||||
|
||||
```json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue