Exemple #1
0
 /**
  * 
  * Processes the text using block-type plugins.
  * 
  * Good for finding blocks within blocks.
  * 
  * @param string $text Source text.
  * 
  * @return string The source text after block parsing.
  * 
  */
 protected function _processBlocks($text)
 {
     return $this->_markdown->processBlocks($text);
 }