mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-15 01:03:12 +02:00
resolve #265
This commit is contained in:
@@ -482,7 +482,7 @@ class Parsedown
|
||||
$level ++;
|
||||
}
|
||||
|
||||
if ($level > 6 or $Line['text'][$level] !== ' ')
|
||||
if ($level > 6)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user