yii\console\Markdown::renderEmph PHP Méthode

renderEmph() protected méthode

Renders empathized elements.
protected renderEmph ( array $element ) : string
$element array
Résultat string
    protected function renderEmph($element)
    {
        return Console::ansiFormat($this->renderAbsy($element[1]), [Console::ITALIC]);
    }