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