In previous versions of swagger it was possible to add tables such as:
| Example |
Table |
| This |
Is an example table |
| I |
Would love to see them in v3.0 |
| If |
This is already possible then please tell me I'm being stupid |
Running the following in the Swagger editor produces different results:
this one works
openapi: 2.0.0
info:
description: |
Example | Table
----------------|-------------
This | Is an example table
I | Would love to see them in v3.0
If | This is already possible then please tell me I'm being stupid
this one doesn't work
openapi: 3.0.0
info:
description: |
Example | Table
----------------|-------------
This | Is an example table
I | Would love to see them in v3.0
If | This is already possible then please tell me I'm being stupid
It would be great to have the feature brought across into OAS 3.0
Thanks!
In previous versions of swagger it was possible to add tables such as:
Running the following in the Swagger editor produces different results:
this one works
this one doesn't work
It would be great to have the feature brought across into OAS 3.0
Thanks!