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 have a doc comment that contains a <c> code span with backtick: <c>A`1[B,C]</c>
<c>
<c>A`1[B,C]</c>
When the LSP converts the doc comment to markdown for the quick info, it does not appear to be escaping the backtick, resulting in malformed output:
A
It is rendered as A`1[B,C]
A`1[B,C]
No response
The text was updated successfully, but these errors were encountered:
Thank @mhutch! The fix should be in the next prerelease.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the Issue
I have a doc comment that contains a
<c>
code span with backtick:<c>A`1[B,C]</c>
When the LSP converts the doc comment to markdown for the quick info, it does not appear to be escaping the backtick, resulting in malformed output:
Steps To Reproduce
<c>A`1[B,C]</c>
A
1[B,C]`Expected Behavior
It is rendered as
A`1[B,C]
Environment Information
No response
The text was updated successfully, but these errors were encountered: