Home
last modified time | relevance | path

Searched refs:hashBlock (Results 1 – 2 of 2) sorted by relevance

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php528 $key = $this->hashBlock($text);
556 function hashBlock($text) { function in Markdown_Parser
621 "\n".$this->hashBlock("<hr$this->empty_element_suffix")."\n",
936 return "\n" . $this->hashBlock($block) . "\n\n";
941 return "\n" . $this->hashBlock($block) . "\n\n";
1130 return "\n\n".$this->hashBlock($codeblock)."\n\n";
2273 return "\n" . $this->hashBlock($block) . "\n\n";
2279 return "\n" . $this->hashBlock($block) . "\n\n";
2409 return $this->hashBlock($text) . "\n";
2463 return $this->hashBlock($result) . "\n\n";
[all …]
H A DPHP Markdown Extra Readme.text624 a hashed representation of the code. New methods `hashSpan` and `hashBlock`

Completed in 11 milliseconds