We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to creating a code block using markdown in the description field. Everything is working fine util I use python comment character "#".
Example:
openapi: 3.0.2 info: title: test version: 1.0 description: | # python example ```python # -*- coding: UTF-8 -*- import hmac import hashlib import json ```
The result of render is: the block is empty...
As the result of render in editor.swagger.io is:
I think the "#" character in code block may be handled as a heading.
The text was updated successfully, but these errors were encountered:
Duplicate of #1116
Will be fixed in the new release (coming today)
Sorry, something went wrong.
No branches or pull requests
I want to creating a code block using markdown in the description field.
Everything is working fine util I use python comment character "#".
Example:
The result of render is:
the block is empty...
As the result of render in editor.swagger.io is:
I think the "#" character in code block may be handled as a heading.
The text was updated successfully, but these errors were encountered: