This commit is contained in:
Emanuil Rusev 2014-05-01 00:29:21 +03:00
parent 9fa415bcc5
commit e373391e7d
3 changed files with 14 additions and 1 deletions

View File

@ -548,7 +548,7 @@ class Parsedown
{
$Block['li']['text'] []= '';
$text = preg_replace('/^[ ]{0,2}/', '', $Line['body']);
$text = preg_replace('/^[ ]{0,4}/', '', $Line['body']);
$Block['li']['text'] []= $text;

View File

@ -0,0 +1,9 @@
<ul>
<li>
<p>li</p>
<ul>
<li>li</li>
<li>li</li>
</ul>
</li>
</ul>

View File

@ -0,0 +1,4 @@
- li
- li
- li