We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, thanks for making this public, it's a really useful tool. Apologies in advance if I have misunderstood the code.
A number of methods inside cleaner.coffee don't make sense to me. A good example is cleanEmTags. Which sites have an <img> under an <em>?
cleaner.coffee
cleanEmTags
<img>
<em>
I noticed that a lot of the cleaning operations in cleaner.coffee was in the original commit. What documents did you use on the initial version?
If I get a better understanding I'd be happy to add comments to make it clearer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First, thanks for making this public, it's a really useful tool.
Apologies in advance if I have misunderstood the code.
A number of methods inside
cleaner.coffee
don't make sense to me.A good example is
cleanEmTags
. Which sites have an<img>
under an<em>
?I noticed that a lot of the cleaning operations in
cleaner.coffee
was in the original commit. What documents did you use on the initial version?If I get a better understanding I'd be happy to add comments to make it clearer.
The text was updated successfully, but these errors were encountered: