In Swagger/OpenAPI 2, I used Markdown tables, something like this:
| A | B | C |
|---|---|---|
| T | F | F |
| T | F | T |
But after upgrading to OpenAPI 3, where Commonmark is used instead of Github-flavoured Markdown, it seems that the tables aren't supported anymore. Are there any alternatives to this, or alternatives to displaying data in a tabular form?