FujoWebDev / FujoWebDev/fujocoded-plugins
Fix double quotes (`"`) in alt text rendering
Open
remark-alt-text-files
- Dominant language
- TypeScript
- Stars
- 30
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
If alt text has double quotes (`"`) we currently render it as an HTML entity when converting to alt text, which is not good for accessibility. We should explore changing them to an alternative type of quote that doesn't mess up the HTML, or remove them completely (possibly with a strict mode or warning).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.