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
When the data-uri attribute is set and the alt text is not specified for images, renderImageAlt (pkg/renderer/sgml/image.go) gives an alt text of "." from the src URL. For example:
= data-uri without alt:data-uri:image::test/images/favicon-glasses-16x16.png[]
Yields a document with the img tag: <img src="data:image/jpg;base64,/9j..." alt=".">
The text was updated successfully, but these errors were encountered:
rxt1077
added a commit
to rxt1077/libasciidoc
that referenced
this issue
Jan 22, 2024
When the data-uri attribute is set and the alt text is not specified for images,
renderImageAlt
(pkg/renderer/sgml/image.go) gives an alt text of "." from the src URL. For example:Yields a document with the img tag:
<img src="data:image/jpg;base64,/9j..." alt=".">
The text was updated successfully, but these errors were encountered: