Images in the Post are Not Displaying. Even in Editor & After Publishing.
Permission of Content/Images folder is set to 755. Still facing the issue.
Here is the Screenshot I Have attached. : https://imgur.com/a/nY9lo
Can you please confirm that you can access your image via direct url in the browser?
@the-mcnaveen could you please post the markdown of the affected post? If raw markdown is being output in the editor preview and when publishing it sounds like there's something in the markdown that isn't being parsed properly.
@kevinansfield Here you go Buddy: https://imgur.com/a/ZZAck
@volodymyrlut Image is not appearing on Web page buddy. Can't access it via Browser.
@the-mcnaveen the way you've mixed HTML and markdown isn't valid under the CommonMark markdown spec which is why the markdown is rendering as HTML.
Any HTML should be separated by blank lines if you want to mix markdown into your HTML or vice-versa, eg:
<figure>

</figure>
You also don't need the <br> tags for hard line breaks, newlines in the markdown will be converted to <br> for you.
Closing as this is expected behaviour and not a bug.
I am also facing a kind of issue on my Ghost Website Trending News wala
Please check this URL I have uploaded an image but still, it's not showing
https://trendingnewswala.online/ancient-india-festivals-and-celebrations/
Most helpful comment
@the-mcnaveen the way you've mixed HTML and markdown isn't valid under the CommonMark markdown spec which is why the markdown is rendering as HTML.
Any HTML should be separated by blank lines if you want to mix markdown into your HTML or vice-versa, eg:
You also don't need the
<br>tags for hard line breaks, newlines in the markdown will be converted to<br>for you.Closing as this is expected behaviour and not a bug.