This commit is contained in:
Emanuil Rusev 2015-01-15 00:55:44 +02:00
parent 2de60a9a8b
commit 09e1184d9f
1 changed files with 1 additions and 1 deletions

View File

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