You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a folder 'A', which has 2 markdownfiles '1.md' and '2.md'. If i reference '1.md' from '2.md' the relative path generated is '../1.md', even though both files are in the same level/folder.
Small Reproducible Example
No response
Steps to Reproduce the Bug or Issue
create folder
create 2 markdown files inside created folder
reference one markdown file from inside the other file using the [[]] autocomplete
relative link generated goes one level deeper than it has to
this bug affects not only files in the same folder, but also when in different levels
Expected behavior
relative link generated should go one level less deep
Screenshots or Videos
No response
Operating System Version
windows 10
Visual Studio Code Version
1.80.0
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a folder 'A', which has 2 markdownfiles '1.md' and '2.md'. If i reference '1.md' from '2.md' the relative path generated is '../1.md', even though both files are in the same level/folder.
Small Reproducible Example
No response
Steps to Reproduce the Bug or Issue
Expected behavior
relative link generated should go one level less deep
Screenshots or Videos
No response
Operating System Version
windows 10
Visual Studio Code Version
1.80.0
Additional context
No response
The text was updated successfully, but these errors were encountered: