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:
parent
5b01915a63
commit
f713e380ee
@ -735,6 +735,8 @@ class Parsedown
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# automatic link
|
||||||
|
|
||||||
if (strpos($text, '://') !== FALSE)
|
if (strpos($text, '://') !== FALSE)
|
||||||
{
|
{
|
||||||
switch (TRUE)
|
switch (TRUE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user