Currently we report the "Non Descriptive Links" error once ... even if multiple links are not descriptive. We should report each bug individually to provide more descriptive feedback.
example
This markdown:
<a>Learn more</a>
<a>Click here</a>
Should output two non descriptive link errors -- right now it will output one.
Acceptance Criteria