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
@mark-making, I have the same issue. I use a lot of plugins and it was hard to investigate that this plugin that shouldn't touch alt attributes, modifies them. Have you found a work-around for this issue besides finding all such attributes with regexp and fixing them back?
For
img
when an image is decorative, the best practise is to have an empty alt description like so:When the document is generated via Jekyll, I get the output I expect above.
When it is ran through this plugin, it seems to be rewriting the alt tag.
Which is not the desired outcome.
The text was updated successfully, but these errors were encountered: