Local image are not rendered
Past Issues Searched
- [x] I have searched open and closed issues to make sure that the bug has not yet been reported
Issue is a Bug Report
- [x] This is a bug report and not a feature request, nor asking for support
Describe the bug
Images do not work in .md files. Local images are not displayed. The issue appear on local reference image. If the URL of the image not starts with http. This bug appear only with relative URL. With complete URL with image hosted, it's working.
I put this image in this section :
The render create correctly the file:
But on the render page nothing appear and the section is empty.
Whereas the file exist:
Could you please fix this?
Expected behavior
Images are displayed as per the markdown specs.
Screenshots
No response
Environment
- OS:Windows 11
- Browser: Firefox
- Browser Version: 128.7.0esr (32-bit)
Same with Edge and Chrome.
Confirmed - only markdown with full url works. In development mode
 works but  doesn't work.
It's serious problem I think. No html <img /> tag is rendered at all.
Can you fix it please?
Hi, I've fixed the issue, pending merge: https://github.com/colinwilson/lotusdocs/pull/221