Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Asciidoc Render #569

Merged
merged 6 commits into from
Dec 16, 2023
Merged

Adding Asciidoc Render #569

merged 6 commits into from
Dec 16, 2023

Conversation

nbiastaunton
Copy link
Contributor

@nbiastaunton nbiastaunton commented Sep 20, 2023

  • Adding in a render for Asciidoc format

  • Fixing bug in Console Render

Documented Output:

--------------------------------------------------------------------------
--                            What's Changed                            --
--------------------------------------------------------------------------
- PUT    /pet
  Request:
        - Deleted application/xml
        - Changed application/json
          Schema: Backward compatible

Current output (with bug):

--------------------------------------------------------------------------
--                            What's Changed                            --
--------------------------------------------------------------------------
  Request:
        - Deleted application/xml
        - Changed application/json
          Schema: Backward compatible
- PUT    /pet

Fixed Output:

--------------------------------------------------------------------------
--                            What's Changed                            --
--------------------------------------------------------------------------
- PUT    /pet
  Request:
        - Deleted application/xml
        - Changed application/json
          Schema: Backward compatible

Current output:
--------------------------------------------------------------------------
--                            What's Changed                            --
--------------------------------------------------------------------------
  Request:
        - Deleted application/xml
        - Changed application/json
          Schema: Backward compatible
- PUT    /pet

Documented Output:
--------------------------------------------------------------------------
--                            What's Changed                            --
--------------------------------------------------------------------------
- PUT    /pet
  Request:
        - Deleted application/xml
        - Changed application/json
          Schema: Backward compatible
@joschi joschi added this to the 2.1.0 milestone Dec 16, 2023
Copy link
Contributor

@joschi joschi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nbiastaunton Thanks a lot for your contribution!

@joschi joschi merged commit 6f79b10 into OpenAPITools:master Dec 16, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants