mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
resolve #160
This commit is contained in:
parent
37416b5f07
commit
9fa415bcc5
@ -537,7 +537,7 @@ class Parsedown
|
|||||||
|
|
||||||
if ( ! isset($Block['interrupted']))
|
if ( ! isset($Block['interrupted']))
|
||||||
{
|
{
|
||||||
$text = preg_replace('/^[ ]{0,2}/', '', $Line['body']);
|
$text = preg_replace('/^[ ]{0,4}/', '', $Line['body']);
|
||||||
|
|
||||||
$Block['li']['text'] []= $text;
|
$Block['li']['text'] []= $text;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
- li
|
- li
|
||||||
- li
|
|
||||||
- li
|
- li
|
||||||
|
- li
|
||||||
|
- li
|
||||||
- li
|
- li
|
||||||
- li
|
|
||||||
- li
|
- li
|
Loading…
Reference in New Issue
Block a user