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
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
I'm trying to get the string: https://api.abc.com/api/v1/test/<patharg>?<arg1>=<val1>&arg2=<val2>
to show as such in a code block but when I use fences (three-back ticks) or the four-spaces method
the ampersands get translated to "&" instead of a literal ampersand character.
If I load the same yaml in swagger-editor v2.9.6. it's display correctly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to get the string:
https://api.abc.com/api/v1/test/<patharg>?<arg1>=<val1>&arg2=<val2>
to show as such in a code block but when I use fences (three-back ticks) or the four-spaces method
the ampersands get translated to
"&"
instead of a literal ampersand character.If I load the same yaml in swagger-editor v2.9.6. it's display correctly.
The text was updated successfully, but these errors were encountered: