yii\console\Markdown::renderEmph PHP Method

renderEmph() protected method

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