You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very nice Gatsby Digital Garden theme and I am able to set it very quickly and even able to set up syntax highlighting with the given instruction.
However, I am not able to figure out how to insert an inline image using markdown syntax.
gatsby-config.js
module.exports={plugins: [{resolve: `gatsby-theme-garden`,options: {contentPath: `${__dirname}/content/`,rootNote: `/home`,},},],siteMetadata: {title: `Mrityunjay's Digital Garden`,},}
I kept one png file - /content/assets/anlineimage.png
I am referring to it in a file - /content/home.md
home.md
## Image test![An Image](assets/anlineimage.png)
However when the page renders it is not showing an inline-image. I know I am missing something because gatsby generated public doesn't contain the png file at all.
I will really appreciate any help here. Thank you.
The text was updated successfully, but these errors were encountered:
This is a very nice Gatsby Digital Garden theme and I am able to set it very quickly and even able to set up syntax highlighting with the given instruction.
However, I am not able to figure out how to insert an inline image using markdown syntax.
gatsby-config.js
I kept one png file -
/content/assets/anlineimage.png
I am referring to it in a file -
/content/home.md
home.md
However when the page renders it is not showing an inline-image. I know I am missing something because gatsby generated
public
doesn't contain the png file at all.I will really appreciate any help here. Thank you.
The text was updated successfully, but these errors were encountered: