You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you can use a Renderer (like HtmlRenderer), you could do this by overriding/wrapping the text callback, ensuring you don't fire on random bits of text elsewhere. The alternative would be to do this same thing as a post-processing step with Nokogiri or similar.
Here is how I'm doing it but it's quite hacky, the main issue is with links that contain what could be a phone number
The text was updated successfully, but these errors were encountered: