We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image::another-image.png[]
should render with an alt attribute set to another image, not another-image:
alt
another image
another-image
<img src="another-image.png" alt="another image">
The text was updated successfully, but these errors were encountered:
fix(renderer): image alt without separators
5b2069d
replace underscores and hyphens with spaces Fixes bytesparadise#1019 Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
fix(renderer): image alt without separators (#1025)
c680ac4
replace underscores and hyphens with spaces Fixes #1019 Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
Successfully merging a pull request may close this issue.
should render with an
alt
attribute set toanother image
, notanother-image
:The text was updated successfully, but these errors were encountered: