mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-02 19:32:35 +02:00
unset brackets should not be separated
This commit is contained in:
@@ -250,7 +250,7 @@ class Parsedown
|
||||
{
|
||||
$element['text'] .= "\n";
|
||||
|
||||
unset ($element['interrupted']);
|
||||
unset($element['interrupted']);
|
||||
}
|
||||
|
||||
$element['text'] .= "\n".$code_line;
|
||||
|
Reference in New Issue
Block a user