yii\console\Markdown::renderInlineCode PHP Method

renderInlineCode() protected method

Renders an inline code span ``.
protected renderInlineCode ( array $element ) : string
$element array
return string
    protected function renderInlineCode($element)
    {
        return Console::ansiFormat($element[1], [Console::UNDERLINE]);
    }