mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-09 22:31:15 +02:00
resolve #160
This commit is contained in:
@@ -537,7 +537,7 @@ class Parsedown
|
||||
|
||||
if ( ! isset($Block['interrupted']))
|
||||
{
|
||||
$text = preg_replace('/^[ ]{0,2}/', '', $Line['body']);
|
||||
$text = preg_replace('/^[ ]{0,4}/', '', $Line['body']);
|
||||
|
||||
$Block['li']['text'] []= $text;
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
- li
|
||||
- li
|
||||
- li
|
||||
- li
|
||||
- li
|
||||
- li
|
||||
- li
|
||||
- li
|
Reference in New Issue
Block a user