Esempio n. 1
0
 /**
  * 
  * Converts all delimited HTML tokens back into HTML.
  * 
  * @param string $text The text to un-tokenize.
  * 
  * @return string The text with HTML tokens replaced.
  * 
  */
 protected function _unHtmlToken($text)
 {
     return $this->_markdown->unHtmlToken($text);
 }