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
Add email support when autolinking strings. (mailto)
Example
Input:
Go to http://www.rubyonrails.org and say hello to david@loudthinking.com
Output:
Go to <a href=\"http://www.rubyonrails.org\">http://www.rubyonrails.org</a> and say hello to <a href=\"mailto:david@loudthinking.com\">david@loudthinking.com</a>
The text was updated successfully, but these errors were encountered:
Email support
Add email support when autolinking strings. (mailto)
Example
Input:
Output:
The text was updated successfully, but these errors were encountered: