GitHub wikis flatten the folder structure which changes how relative links are handled:
To link to the file foo/file1.md from bar/file2.md, VSCode expects a link like ../foo/file1.md.
When the files are displayed in a GitHub wiki the folder structure is flattened so it expects just file1.md.
It would be nice to have the option to replicate this behaviour in VSCode to test links when editing wikis.
GitHub wikis flatten the folder structure which changes how relative links are handled:
To link to the file
foo/file1.mdfrombar/file2.md, VSCode expects a link like../foo/file1.md.When the files are displayed in a GitHub wiki the folder structure is flattened so it expects just
file1.md.It would be nice to have the option to replicate this behaviour in VSCode to test links when editing wikis.