` as italic * * @param string $text * @return string */ function emphasize( $text ) { return $text; } }