public function _format_text($body = '')
    {
        // Stop here if text is empty
        if (empty($body)) {
            return '';