Description
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
And here is the markdown version
https://github.com/chris4jahn/Cloud-Coffeebreak/blob/main/_posts/2024-04-06-azure-policies-waechter-der-cloud-compliance.md
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.
How can I ensure that all images are responsible even when inserting via markdown?
Thanks for your help.