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

' . $text . '

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