You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix alt text stripping accents and single quotes (#2514)
* Fix alt text stripping accents and single quotes
The altTextFrom method doesn't work well for non english characters and accents, it also uppercases every word which is weird
* Add tests and fix replace accents
0 commit comments