@@ -792,7 +792,7 class RedCloth3 < String | |||||
792 | (?:\(([^)]+?)\)(?="))? # $title |
|
792 | (?:\(([^)]+?)\)(?="))? # $title | |
793 | ": |
|
793 | ": | |
794 | ( # $url |
|
794 | ( # $url | |
795 | (\/|[a-zA-Z]+:\/\/|www\.) # $proto |
|
795 | (\/|[a-zA-Z]+:\/\/|www\.|mailto:) # $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