1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

add comment for automatic link

This commit is contained in:
Emanuil Rusev 2013-12-06 00:29:51 +02:00
parent 5b01915a63
commit f713e380ee

View File

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