yii\console\Markdown::renderStrike PHP Method

renderStrike() protected method

Renders the strike through feature.
protected renderStrike ( array $element ) : string
$element array
return string
    protected function renderStrike($element)
    {
        return Console::ansiFormat($this->parseInline($this->renderAbsy($element[1])), [Console::CROSSED_OUT]);
    }