Example #1
0
 /**
  * 
  * Processes the text using span-type plugins.
  * 
  * @param string $text Source text.
  * 
  * @return string The source text after span parsing.
  * 
  */
 protected function _processSpans($text)
 {
     return $this->_markdown->processSpans($text);
 }