The expected result is achieved when the relative paths do not contain #.
test folder
├── notes.md
└── notes_files
└── blue.png
Unexpected Results
See the zip file of a failing test example which is attached in the above Test Files section. (The parent path of the relative path does not appear to have this issue in MacDown.)
test folder
├── notes#.md
└── notes#_files
└── blue.png
Issue
If a relative path segment contains
#
, then the referenced image does not render in preview.Configuration
Test Files
test folder.zip
Expected Result
The expected result is achieved when the relative paths do not contain
#
.Unexpected Results
See the zip file of a failing test example which is attached in the above Test Files section. (The parent path of the relative path does not appear to have this issue in MacDown.)