MyST-Parser icon indicating copy to clipboard operation
MyST-Parser copied to clipboard

Fallback to uri if alt text is empty in inline image

Open Bizordec opened this issue 9 months ago • 0 comments

Right now, it might be difficult to find the missing image on the page if a user has forgotten to add an alt text to it: image

I've added a fallback to use the image source as an alt text so that a broken image icon would appear on the page: image

Bizordec avatar Apr 21 '25 19:04 Bizordec