faker->paragraph(1); $html = '

' . $text . '

'; return [ 'html' => $html, 'parent_id' => null, 'local_id' => 1, ]; } }