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

renderStrong() protected méthode

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