diff --git a/Parsedown.php b/Parsedown.php index 6c4cf7e..b4a3f1e 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -735,6 +735,8 @@ class Parsedown } } + # automatic link + if (strpos($text, '://') !== FALSE) { switch (TRUE)