When I am enter the gmail.com on rich text field it's automatically creating hyper link.
Like this Bacon ipsum dolor sit amet ground round exercitation google.com do laboris ham hock. Elit dolore aute consectetur, labore tenderloin anim eiusmod drumstick in.
Which Salesforce will render as: Salesforce Auto Hyperlink to Google.com in Bacon ipsum
How can I prevent Salesforce from automatically creating hyperlinks for these?
It seems to happen anywhere the field is used on a page layout or directly bound to in Visualforce.
I did find in Visualforce I could wrap the field in the controller and bind to a string version rather than directly to the field. This prevented the hyperlinks from being created.