Back
autoLink()
Turns all URLs and email addresses into links.
<!--- Will output: Download CFWheels from <a href="http://cfwheels.org/download">http://cfwheels.org/download</a> ---> #autoLink("Download CFWheels from http://cfwheels.org/download")# <!--- Will output: Email us at <a href="mailto:info@cfwheels.org">info@cfwheels.org</a> ---> #autoLink("Email us at info@cfwheels.org")#
Copied!