hook('afterParseCode', function ($html) { return preg_replace("//i", "", $html); }); $parser->enableHtml(true); } return str_replace('

', '', $parser->makeHtml($text)); } }