vscode-markdown-languageservice icon indicating copy to clipboard operation
vscode-markdown-languageservice copied to clipboard

Markdown lint for links is not correct.

Open krave1986 opened this issue 2 years ago • 1 comments

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

This is the markdown link I wrote

### [fs.openSync(path[,flags[,mode]])](https://nodejs.org/api/fs.html#fsopensyncpath-flags-mode)

VS Code linter complains that link.no-such-reference image

  • VS Code Version: 1.73.1
  • OS Version: Windows_NT x64 10.0.19044

Steps to Reproduce:

  1. Create a markdown file
  2. Copy this code into the file
    ### [fs.openSync(path[,flags[,mode]])](https://nodejs.org/api/fs.html#fsopensyncpath-flags-mode)
    

krave1986 avatar Nov 14 '22 06:11 krave1986