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
Why can't I obtain the string "more text" with TextForElement() function?
<div> <a href="/url/1"> <strong>value</strong> </a> more text </div>
The text was updated successfully, but these errors were encountered:
This seems to be a ridiculous bug. In my case I have:
<p>Text here<br/>More text here</p>
There doesn't seem to be any way to get the second line of text. It's completely dropped by the parser unless I'm making some huge mistake.
Sorry, something went wrong.
It's ridiculous that parentNode can NOT have text.
123 will be ignored
123
<p><strong>hello</strong>123</p>
No branches or pull requests
Why can't I obtain the string "more text" with TextForElement() function?
The text was updated successfully, but these errors were encountered: