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
I’m not sure if this is how it is intended to work or not but it seems like it should.
I have some scraped text loaded via liquid inside a <div> and I don’t want to check if links inside of it are valid or not since it is not the responsibility of the codebase I handle. I’ve put data-proofer-ignore on the parent div and htmlproofer still checks the links inside of it.
Is my assumption or implementation wrong? :)
The text was updated successfully, but these errors were encountered:
I’m not sure if this is how it is intended to work or not but it seems like it should.
I have some scraped text loaded via liquid inside a
<div>
and I don’t want to check if links inside of it are valid or not since it is not the responsibility of the codebase I handle. I’ve putdata-proofer-ignore
on the parent div and htmlproofer still checks the links inside of it.Is my assumption or implementation wrong? :)
The text was updated successfully, but these errors were encountered: