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
When doing a replacement - and using some HTML as the replacement text - the text appears to be replaced with entities, instead of actual html.
Is this by design? Is there a workaround?
The text was updated successfully, but these errors were encountered:
This is by design. To replace DOM with DOM/HTML, you can return a DOM node from the replace function. E.g. https://jsfiddle.net/z7Lkw758/
replace
Sorry, something went wrong.
Is there a way to find/replace HTML text, say a phone number like
a href="tel:2223334444"
and replace the phone number for something else?
No branches or pull requests
When doing a replacement - and using some HTML as the replacement text - the text appears to be replaced with entities, instead of actual html.
Is this by design? Is there a workaround?
The text was updated successfully, but these errors were encountered: