microsoft / vscode-markdown-tm-grammar

VS Code built-in markdown extension's Textmate grammar
MIT License
64 stars 49 forks source link

Incorrect Markdown Syntax Highlighting after inline html #113

Closed Volker-Weissmann closed 2 years ago

Volker-Weissmann commented 2 years ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce: Open a Markdown file with the following contents:

<em>word</em>
```

```

# Heading

Heading should be syntax-highlighted, but it is not:

Screenshot from 2022-05-31 18-03-00

mjbvz commented 2 years ago

Duplicate of #85