mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-14 08:42:04 +02:00
add comment for automatic link
This commit is contained in:
@@ -735,6 +735,8 @@ class Parsedown
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# automatic link
|
||||||
|
|
||||||
if (strpos($text, '://') !== FALSE)
|
if (strpos($text, '://') !== FALSE)
|
||||||
{
|
{
|
||||||
switch (TRUE)
|
switch (TRUE)
|
||||||
|
Reference in New Issue
Block a user