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
Current node convention is for rawText to be the raw, html-encoded text. The text property, however, should be html-decoded.
rawText
text
HtmlNode#text returns decoded text, however TextNode#text simply returns the same as rawText.
HtmlNode#text
TextNode#text
PR Incoming.
The text was updated successfully, but these errors were encountered:
7dea8d7
No branches or pull requests
Current node convention is for
rawText
to be the raw, html-encoded text. Thetext
property, however, should be html-decoded.HtmlNode#text
returns decoded text, howeverTextNode#text
simply returns the same asrawText
.PR Incoming.
The text was updated successfully, but these errors were encountered: