You are here

function Markdown_Parser::_unhash_callback in Markdown 5

Same name and namespace in other branches
  1. 6 markdown.php \Markdown_Parser::_unhash_callback()

File

./markdown.php, line 1629

Class

Markdown_Parser

Code

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