/** * * Converts a piece of text to a delimited HTML token. * * @param string $text The text to save as an HTML token. * * @return string A delimited HTML token. * */ protected function _toHtmlToken($text) { return $this->_markdown->toHtmlToken($text); }