You are here

protected function Markdown::_unhash_callback in Express 8

* Unhashing callback *

Parameters

array $matches: * @return string

File

vendor/michelf/php-markdown/Michelf/Markdown.php, line 1893

Class

Markdown
Markdown Parser Class

Namespace

Michelf

Code

protected function _unhash_callback($matches) {
  return $this->html_hashes[$matches[0]];
}