Open chris4jahn opened 2 months ago
when I insert images in posts via markdown they are not responsible and cross the boarders of the post's text.
You can see an example here. The first img in the text is inserted using markdown. The other images are inserted via html.
https://www.cloudcoffeebreak.de/2024/04/06/azure-policies-waechter-der-cloud-compliance.html
In html I can see that there is no class defined for the image inserted via Markdown.
When I add the images via html like this <img class="container"... > they are responsible.
you can find the repo here: https://github.com/chris4jahn/Cloud-Coffeebreak
How can I ensure that all images are responsible even when inserting via markdown?
Thanks for your help.
Sorry, this is not the version I'm using. I'm using the Jekyll version.
when I insert images in posts via markdown they are not responsible and cross the boarders of the post's text.
You can see an example here. The first img in the text is inserted using markdown. The other images are inserted via html.
https://www.cloudcoffeebreak.de/2024/04/06/azure-policies-waechter-der-cloud-compliance.html
In html I can see that there is no class defined for the image inserted via Markdown.
When I add the images via html like this <img class="container"... > they are responsible.
you can find the repo here: https://github.com/chris4jahn/Cloud-Coffeebreak
How can I ensure that all images are responsible even when inserting via markdown?
Thanks for your help.