mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
resolve #265
This commit is contained in:
parent
2de60a9a8b
commit
09e1184d9f
@ -482,7 +482,7 @@ class Parsedown
|
|||||||
$level ++;
|
$level ++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($level > 6 or $Line['text'][$level] !== ' ')
|
if ($level > 6)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user