1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-15 01:03:12 +02: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;
}