Open EthanSKaplan opened 3 years ago
There's a fix for this on the original tchayen, but neither of these has tagged a new version since 2020. @ianjsikes , would you mind bringing in all the fixes from tchayen that haven't been published to VSCode Market and tag a new version?
If I have a markdown file named "Camping List.md", then when I make a link to it from another md file that link will be formatted as Test because of how markdown works. But because my link has %20 and the name of the file in my file system doesn't, this breaks the extension. When I name the file "Camping%20List.md" then the extension works again.
Please add some feature whereby spaces in file names are converted to %20 so they match with markdown links.