Repeated words check flags consecutive images with the same alt text
tbroadley opened this issue · 0 comments
tbroadley commented
Hypothetical repro case:
![word](https://example.com/a.png)
![word](https://example.com/b.png)
We probably wouldn't expect spellchecker-cli to fail on this because the alt texts of the two images aren't actually consecutive. But I believe it does fail on this.