Ghost: Image not showing in Blog Post

Created on 24 Nov 2017  路  6Comments  路  Source: TryGhost/Ghost

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

Technical details:

  • Ghost Version: 1.18.0
  • Node Version: v6.12.0
  • Browser/OS: FireFox/Ubuntu 16.04
  • Database: MySQL

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:

<figure>

![](https://example.com/myimage.png)

</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.

All 6 comments

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>

![](https://example.com/myimage.png)

</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/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hjzheng picture hjzheng  路  4Comments

kevinansfield picture kevinansfield  路  3Comments

RadoslavGatev picture RadoslavGatev  路  3Comments

ArthurianX picture ArthurianX  路  4Comments

fueko picture fueko  路  3Comments