Markdown image not found when file name contains a space #11291
Labels
- P4: important
Violate documented behavior or significantly impacts performance (priority)
feat: assets
Related to the Assets feature (scope)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When a markdown document includes an image with a space in the filename, Astro reports "image not found".
src/content/docs/reference/network/System Diagram.md
If the file is renamed to remove the space and the path is updated, Astro finds the image.
Here's the trace:
What's the expected result?
Astro is able to build markdown pages when an image's filename contains spaces.
Link to Minimal Reproducible Example
https://stackblitz.com/github/mossymaker/astro-filename-space-bug
Participation
The text was updated successfully, but these errors were encountered: