mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
interrupted list items should not add nonexistent empty lines
This commit is contained in:
@@ -221,6 +221,8 @@ class Parsedown
|
||||
|
||||
$element['lines'] []= $line;
|
||||
|
||||
unset($element['interrupted']);
|
||||
|
||||
continue 2;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user