You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Example", "Response body", "Response headers", "Curl", and "Request URL" sections should have the same background color.
Screenshots
Additional context or thoughts
Consider rendering the "Request URL" and "Response headers" sections using Highlight.js as well, but with language = plain text (plaintext, txt, or text).
The text was updated successfully, but these errors were encountered:
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition: see https://petstore.swagger.io
Describe the bug you're encountering
This is a follow up to PR #6236.
Code sections with and without syntax highlighting use different background color, which does not look good. The colors should be consistent.
To reproduce...
Try out any operation in https://petstore.swagger.io.
Expected behavior
The "Example", "Response body", "Response headers", "Curl", and "Request URL" sections should have the same background color.
Screenshots
Additional context or thoughts
Consider rendering the "Request URL" and "Response headers" sections using Highlight.js as well, but with language = plain text (
plaintext
,txt
, ortext
).The text was updated successfully, but these errors were encountered: