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
monaco-editor version: 0.15.6 Browser: Chrome + VS Code OS: Linux
Steps or JS usage snippet reproducing the issue:
/** ``` const str = 'can`t'; ``` */ function withBackTick() {}
No stray asterisk is rendered if you have no backtick in the codeblock.
/** ``` const str = 'cant'; ``` */ function noBackTick() {}
The text was updated successfully, but these errors were encountered:
Seems related to #23517
Sorry, something went wrong.
Seems fixed for me with TS 3.7.5:
No branches or pull requests
monaco-editor version: 0.15.6
Browser: Chrome + VS Code
OS: Linux
Steps or JS usage snippet reproducing the issue:
No stray asterisk is rendered if you have no backtick in the codeblock.
The text was updated successfully, but these errors were encountered: