microsoft / vscode-markdown-tm-grammar

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

Multiline Markdown link text not highlighted #130

Closed walles closed 1 year ago

walles commented 1 year ago

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

Steps to Reproduce:

  1. Open a Markdown document with a [Text here](https://github.com) style link in it
  2. Note how Text here is colored
  3. Add a newline between Text and here

Current result

Text here is no longer colored

Expected result

Text here should still be colored

Demo

markdown-split-link

mjbvz commented 1 year ago

Duplicate of #120