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
The library doesn't support html5 tags (e.g. self-closing span).
span
When parsing the following:
<span itemprop="price" content="139.90" /> foo bar
It adds "foo ... bar" to the price attribute until it won't find a closing </span> tag.
</span>
The text was updated successfully, but these errors were encountered:
The issue is in the upstream repo.
Sorry, something went wrong.
No, the issue is in this package as well. The context is here wikimedia/html-metadata#83
Successfully merging a pull request may close this issue.
The library doesn't support html5 tags (e.g. self-closing
span
).When parsing the following:
It adds "foo ... bar" to the price attribute until it won't find a closing
</span>
tag.The text was updated successfully, but these errors were encountered: