-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
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
Update 1.3 breaks markdown code block highlighting #9032
Comments
I too am having the issue of code highlighting. I found the syntax highlight can also 'bleed' out of the code block to subsequent text Test Info: Test Case 1 Before After: Adding a single quote before the word Test Case 2 Before - Note that the top code block is prefaced with the powershell type, and bottom code block has no type. And yet the bottom code block is highlighted like a powershell one After - Removing the powershell code block type at the top also changes the highlighting on the bottom code block. Also note the highlight for the text Maybe related to #8636 |
I have the same problem, with a language extension I created locally using a .vsix file. For my installed extensions I observe the following behaviour:
Infos:
|
Refs: #8259 |
It is breaking more than this. There is a long list of issues that I have found, especially in regards to anything related to bullets or asterisks. Ref: #9075 |
still waiting for a fix 😭 |
#14626 fixed many of the issues with fenced code blocks leaking their syntax highlighting. Please try out the latest insiders builds and report any additional issues you notice with markdown syntax highlighting. Thanks. |
Inside of a csharp code block highlighted properly (vscode 1.2)

Same file loses highlighting with the 1.3 update

The text was updated successfully, but these errors were encountered: