Upgrade to 3.5.5
This commit is contained in:
@@ -219,7 +219,7 @@ class BlockConverter
|
||||
{
|
||||
return [
|
||||
'content' => [
|
||||
'text' => $params['content']
|
||||
'text' => '<p>' . $params['content'] . '</p>'
|
||||
],
|
||||
'type' => 'text'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user