Gmail – Prevent URLs from Turning into Links

gmail

I'd like to send an email that contains a URL like yahoo.com, but I don't want Gmail to turn it into a link. How can I do that?

Best Answer

I put an LRM into the URL, like this in Python 3:

yahoo\u200e.com

This caused Gmail to not render it as a link.