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
Is there anyway to encode illegal tags with cleaner or parser like this:
input: <p>Try <aaa>jsoup</p> output: <p>Try <aaa> jsoup</p>
<p>Try <aaa>jsoup</p>
<p>Try <aaa> jsoup</p>
thanks for your help.
The text was updated successfully, but these errors were encountered:
I am facing same issue, What to do?
Sorry, something went wrong.
fixes jhy#1230
1b679df
Merge branch 'jhy#1230'
094efa4
Successfully merging a pull request may close this issue.
Is there anyway to encode illegal tags with cleaner or parser like this:
input:
<p>Try <aaa>jsoup</p>
output:
<p>Try <aaa> jsoup</p>
thanks for your help.
The text was updated successfully, but these errors were encountered: