mirror of
https://github.com/erusev/parsedown.git
synced 2025-01-17 20:58:23 +01:00
commit
dfaf03639a
@ -448,7 +448,7 @@ class Parsedown
|
||||
return $Block;
|
||||
}
|
||||
|
||||
$Block['element']['text']['text'] .= "\n".$Line['body'];;
|
||||
$Block['element']['text']['text'] .= "\n".$Line['body'];
|
||||
|
||||
return $Block;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user