You are here

protected function Markdown::_unhash_callback in Markdown 7

* Unhashing callback *

Parameters

array $matches: * @return string

File

includes/Markdown.php, line 1893

Class

Markdown
Markdown Parser Class

Namespace

Michelf

Code

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