Steps to reproduce
- Create a folder
testfolder
- Create a file
testfile1.md in the folder
- Create a file
testfile2.md in other folder(not in testfolder)
- Link
testfile1.md in testfile2.md with a markdown link
[a_link](./testfolder/testfile1.md)
- Rename
testfolder to folder, make sure the link will be automatically updated
Expected result
[a_link](./folder/testfile1.md)
Actual result
The file suffix will be lost like this:
[a_link](./folder/testfile1)
Environment
- Operating system: Windows 10 version 1909
Additional information