Skip to content
New issue

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

Drop character separators in image alt attribute #1019

Closed
xcoulon opened this issue May 15, 2022 · 0 comments · Fixed by #1025
Closed

Drop character separators in image alt attribute #1019

xcoulon opened this issue May 15, 2022 · 0 comments · Fixed by #1025

Comments

@xcoulon
Copy link
Member

xcoulon commented May 15, 2022

image::another-image.png[]

should render with an alt attribute set to another image, not another-image:

<img src="another-image.png" alt="another image">
@xcoulon xcoulon added this to the v0.8.0 milestone May 15, 2022
xcoulon added a commit to xcoulon/libasciidoc that referenced this issue May 16, 2022
replace underscores and hyphens with spaces

Fixes bytesparadise#1019

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
xcoulon added a commit that referenced this issue May 16, 2022
replace underscores and hyphens with spaces

Fixes #1019

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant