hi everyone,
I am using netlifycms with vuejs for some static stuff.
Now I am having an issue with images within blog markdown
From netlifycms admin ui i am publishing a new blog with images in body markdown.
The published json of the blog looks like that:
{
“time”: 60,
“category”: [
“Java design patterns”
],
“date”: “2020-05-26T11:22:55.802Z”,
“title”: "a new markdownblog “,
“image”: “/img/640.320.2.png”,
“body”: " ! [ picture ] (img/apicture.png)”
}
the first image (/img/640.320.2.png) is displayed.
But the markdown image in body part not. I tried a lot of things and I am somehow missing something apicture.png is in the same folder as 640.320.2.png.
Does anybody have a hint how to get this working?
Appreciating your thoughts!