Skip to content

Instantly share code, notes, and snippets.

@drkvogel
Created November 18, 2019 00:53
Show Gist options
  • Save drkvogel/53715da896e727b7e1c29f31bce0f3ed to your computer and use it in GitHub Desktop.
Save drkvogel/53715da896e727b7e1c29f31bce0f3ed to your computer and use it in GitHub Desktop.
VS Code Markdown Fenced Code bug

In Visual Studio Code, when I put some text in a fenced code block that contains the string hs , the syntax highlighting after the line containing the string is highlighted with a different and incorrect scheme. Let's test it here to see if the same bug exists in whatever Markdown parser GitHub Gists uses:

this should be OK
after this line:
hs ...
everything is broken in VS Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment