yii\console\Markdown::renderCode PHP Method

renderCode() protected method

Renders a code block
protected renderCode ( array $block ) : string
$block array
return string
    protected function renderCode($block)
    {
        return Console::ansiFormat($block['content'], [Console::NEGATIVE]) . "\n\n";
    }