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

Ignore quoted text in image attributes #829

Closed
xcoulon opened this issue Feb 28, 2021 · 0 comments · Fixed by #835
Closed

Ignore quoted text in image attributes #829

xcoulon opened this issue Feb 28, 2021 · 0 comments · Fixed by #835

Comments

@xcoulon
Copy link
Member

xcoulon commented Feb 28, 2021

For example, in image::images/foo.png[*alt text*], the 'alt' attribute (*alt text) should be rendered as-is, i.e., not as bold text.

@xcoulon xcoulon added this to the v0.6.0 milestone Feb 28, 2021
@xcoulon xcoulon changed the title ignore quoted text in image attributes Ignore quoted text in image attributes Feb 28, 2021
xcoulon added a commit to xcoulon/libasciidoc that referenced this issue Mar 3, 2021
except for image 'alt' which has to be renderer as plain text
(use the new `RawText` func)

Fixes bytesparadise#829

Signed-off-by: Xavier Coulon <[email protected]>
xcoulon added a commit that referenced this issue Mar 3, 2021
except for image 'alt' which has to be renderer as plain text
(use the new `RawText` func)

Fixes #829

Signed-off-by: Xavier Coulon <[email protected]>
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