Our technical documentation often contains URLs which are not intended to be clicked. They are used in code and API examples for display purposes. But Lithium automatically converts anything that looks like a URL into a clickable link in the page. In addition to this being unwanted behavior (we don't want the URLs to be clickable), it can also alter the styling of elements.
Is there a way to disable the automatic conversion of URLs into anchor tags?
The only way I've found to not have it add the href tags is to put it in a code block like this:
http://community.softwaregrp.com
Without doing that, even if I edit the HTML and manually remove the tags, it puts them back. 😞
Thanks for the reply. That's good to know.
Yes, if you use the <pre> tag, the URLs will not be linked. However, we use the <code> tag extensively, which, unfortunately, is not treated the same way.
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!