mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
unset brackets should not be separated
This commit is contained in:
parent
1a2124daae
commit
c7b6d0235d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user