Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js296 text = this.hashHTMLBlocks(text);
320 Markdown_Parser.prototype.hashHTMLBlocks = function(text) { method in Markdown_Parser
552 text = this.hashHTMLBlocks(text);
1827 MarkdownExtra_Parser.prototype.hashHTMLBlocks = function(text) { method in MarkdownExtra_Parser
/plugin/markdownextra/
H A Dmarkdown.php333 $text = $this->hashHTMLBlocks($text);
402 function hashHTMLBlocks($text) { function in Markdown_Parser
601 $text = $this->hashHTMLBlocks($text);
1916 function hashHTMLBlocks($text) { function in MarkdownExtra_Parser