Skip to content

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!

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