@Vadich Both forward and backslashes will work on Windows, but the backslashes may not work with some other Markdown editors which may require valid file URIs. When you use the syntax suggested by @WhiteNoise with the angle brackets, you do not need to escape the space chars, otherwise you need to replace them with %20.
When you use the syntax suggested by @WhiteNoise with the angle brackets, you do not need to escape the space chars, otherwise you need to replace them with %20.
I know this, but having to manually edit the path is very frustrating for me.
I think this is a bug
Following up on this: This solution has been mentioned in a couple of threads and while this does create a link (meaning it hides the path and appears to make the text clickable), it doesn’t actually open the link on click. Am I doing something wrong?
EDIT: forgot about the “file:///” part, works fine now, apologies