Hello, how to make the images load in store in the actor readme? Currently, they are not showing up despite being present in the repo. https://apify.com/cyberfly/listingmonitor
Looks like only the readme markdown file is cloned over and accessible to the store server, while the images are left behind. Is there any way to make the server parse the links and pick up the linked images?
Problem is the repos are usually private so it would seem better to parse the readme and copy over the linked files rather than have to host them in a separate public repo just for images
That's what I typically do is, host them on some external website like https://imgbb.com/ and then use the generated link ![screenshot](https://i.ibb.co/whZWvNT/image.png) in the README