##// END OF EJS Templates
Allow textile mailto links (#3127)....
Jean-Philippe Lang -
r2572:bab9b0d6ff7e
parent child
Show More
@@ -792,7 +792,7 class RedCloth3 < String
792 792 (?:\(([^)]+?)\)(?="))? # $title
793 793 ":
794 794 ( # $url
795 (\/|[a-zA-Z]+:\/\/|www\.) # $proto
795 (\/|[a-zA-Z]+:\/\/|www\.|mailto:) # $proto
796 796 [\w\/]\S+?
797 797 )
798 798 (\/)? # $slash
General Comments 0
You need to be logged in to leave comments. Login now