Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAlt tag is wrong when using html captions #369
Comments
|
Ooooh I'm trying to fix this - is the way to do this to override the Formatters? I might still open a PR to add this as a supported prop. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Steps to reproduce the behavior:
Use the feature supporting html string captions
Expected behavior:
The alt tag should either be the string-only contents of the html caption or should be settable via an additional props value.
Actual behavior:
The alt tag is the raw HTML markup and there is no way to fix or override.