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
I'm not the author of this project, but I was looking into this today and I believe the basic syntax description is correct.
Here's an example from basic syntax
Here's what the html looks like when I inspect element in firefox:
<imgsrcset="https://mdg.imgix.net/assets/images/san-juan-mountains.jpg?auto=format&fit=clip&w=480 480w, https://mdg.imgix.net/assets/images/san-juan-mountains.jpg?auto=format&fit=clip&q=40&w=1080 1080w"
src="https://mdg.imgix.net/assets/images/san-juan-mountains.jpg"
class="img-fluid"
title="San Juan Mountains"
alt="The San Juan Mountains are beautiful!"
loading="lazy"
sizes="100vw">
As you can see, it is the title that is in quotation marks after the path or URL that gets used as the title html attribute, which also displays on hover. The alt text is the text inside the brackets, and it would display if the image failed to display.
Hi,
Thanks for your site that I use as my Markdown syntax reference.
I saw in Basic syntax as well as in the reference implementation documentation that alt text is the text inside the brackets. But that's not what I see on your page or with my MkDoc framework.
It seems that it is the Title which is in quotation marks after the path or URL that is used as alternate text.
I do not know was it made of the text that is placed inside the brackets.
Did I missed something ?
Regards
The text was updated successfully, but these errors were encountered: