add comment for automatic link

This commit is contained in:
Emanuil Rusev 2013-12-06 00:29:51 +02:00
parent 5b01915a63
commit f713e380ee
1 changed files with 2 additions and 0 deletions

View File

@ -735,6 +735,8 @@ class Parsedown
} }
} }
# automatic link
if (strpos($text, '://') !== FALSE) if (strpos($text, '://') !== FALSE)
{ {
switch (TRUE) switch (TRUE)