If there are any spaces in the path to media files, those can't be parsed and loaded into the .md file. Simply wrapping the file paths with <> in markdown would solve the issue.
Example:
- Current behaviour:
 ----> Broken link in .md
- Proposed solution:

Using <> for file paths in markdown:
If there are any spaces in the path to media files, those can't be parsed and loaded into the .md file. Simply wrapping the file paths with <> in markdown would solve the issue.
Example:
----> Broken link in .mdUsing <> for file paths in markdown: