yii\apidoc\helpers\ApiMarkdown::renderTable PHP Method

renderTable() public method

Add bootstrap classes to tables.
public renderTable ( $block )
    public function renderTable($block)
    {
        return str_replace('<table>', '<table class="table table-bordered table-striped">', parent::renderTable($block));
    }