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