1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
This commit is contained in:
Emanuil Rusev 2015-01-15 00:55:44 +02:00
parent 2de60a9a8b
commit 09e1184d9f

View File

@ -482,7 +482,7 @@ class Parsedown
$level ++;
}
if ($level > 6 or $Line['text'][$level] !== ' ')
if ($level > 6)
{
return;
}