mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
remove goto comment
This commit is contained in:
parent
689ef24cc5
commit
ee9a1e92c0
@ -207,7 +207,7 @@ class Parsedown
|
||||
|
||||
if ($line[0] >= 'a' or $line[0] >= 'A' and $line[0] <= 'Z')
|
||||
{
|
||||
goto paragraph; # trust me
|
||||
goto paragraph;
|
||||
}
|
||||
|
||||
# Code
|
||||
|
Loading…
Reference in New Issue
Block a user