/** * * Returns the number of spaces per tab. * * @return int * */ protected function _getTabWidth() { return $this->_markdown->getTabWidth(); }