I’ve noticed that on some of the images on my blog, the alt text (i.e. the part between 
is missing from the generated HTML code.
To be more precise, consider the following Markdown:

When I save my post with this code, it is correctly converted:
<img src="https://syst%C3%A8me.pointecouteau.com/writeas/superliminal.png" alt="Capture d'écran de Our House de GameGrumps (url)">
Howewer, for those two Markdown sentences, the generated HTML omits the “alt” tag entirely for some reason:


Why is that? Do I need to insert some sort of escape character before quotation marks or slashes?