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
My swagger documentation contains ``` to illustrate code examples, which are not necessarily related to API operations.
The code examples render well on Chrome, Firefox or Safari. However, the rendering fails on IE 11 with the following error:
I am using v1.19.3 to render the documentation. IE version is 11.0.9600.18817.
11.0.9600.18817
If there is a workaround to move the code sample to the third column, I can live with that :) Thanks.
The text was updated successfully, but these errors were encountered:
We have experienced the same issue. The bug in IE11 appears to be caused by using the parentElement function in the HTMLEscape method (https://github.com/Rebilly/ReDoc/blob/master/lib/utils/md-renderer.ts#L11). Using parentNode appears to resolve the issue.
parentElement
HTMLEscape
parentNode
Sorry, something went wrong.
e8adb60
@krishna-vempati thanks for the bug report. @zeroorone13 thanks so much for investigating this!
I will release a new package soon.
Awesome! Thank you so much. I see you have released 1.20.0 already.
No branches or pull requests
My swagger documentation contains ``` to illustrate code examples, which are not necessarily related to API operations.
The code examples render well on Chrome, Firefox or Safari. However, the rendering fails on IE 11 with the following error:
I am using v1.19.3 to render the documentation. IE version is
11.0.9600.18817
.If there is a workaround to move the code sample to the third column, I can live with that :) Thanks.
The text was updated successfully, but these errors were encountered: