mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-02 19:32:35 +02:00
remove goto comment
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user