Allow path with spaces in Obsidian markdown wikilink-style images #1718
Description
Problem to Solve
Previously, we disallowed spaces in the path of markdown files. But this was only a restriction due to the way wikilink-style image specifiers were double-encoded, causing %20 to become %2520.
This change patches the double-encoded source path to allow spaces in image paths.