##// 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 792 (?:\(([^)]+?)\)(?="))? # $title
793 793 ":
794 794 ( # $url
795 (\/|https?:\/\/|s?ftps?:\/\/|www\.)
795 (\/|[a-zA-Z]+:\/\/|www\.) # $proto
796 796 [\w\/]\S+?
797 797 )
798 798 (\/)? # $slash
General Comments 0
You need to be logged in to leave comments. Login now