tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Repeated words check flags consecutive images with the same alt text #83

Open tbroadley opened 2 years ago

tbroadley commented 2 years ago

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.