github-action-markdown-link-check icon indicating copy to clipboard operation
github-action-markdown-link-check copied to clipboard

Links with Windows Separator are resolved on Unix

Open assuiedmilan opened this issue 2 years ago • 1 comments

Today I just discovered that one of my markdown links was broken on Unix. The reason: someone used a windows separator in the path, so the link is working properly on windows.

Now, since the check runs on a Ubuntu VM, I expected it to fail. But it passed.

What could explain it, and could we fix it ?

assuiedmilan avatar May 17 '22 14:05 assuiedmilan

@assuiedmilan It's very hard to figure out what's going on without an example,

  • can you post the run output ?
  • can you try running markdown-link-check locally on you file and identify if it passes on Windows and fails on *nix?

From the description, I think it's most probably related to the underlying markdown-link-checklibrary.

gaurav-nelson avatar May 19 '22 00:05 gaurav-nelson