fix: prettify markdown tables

This commit is contained in:
JustTemmie 2025-04-28 23:37:12 +02:00
parent bb72915201
commit 42fca503d8
6 changed files with 46 additions and 46 deletions

View file

@ -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