Skip to content

Support for markdown table in OAS 3.0  #1413

@JoeScho

Description

@JoeScho

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions