Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2024 t = this._hashHTMLBlocks_inHTML(tag + text, this.hashBlock, true);
2041 t = this._hashHTMLBlocks_inHTML(tag + text, this.hashClean, false);
2089 MarkdownExtra_Parser.prototype._hashHTMLBlocks_inHTML = function(text, hash_method, md_attr) { method in MarkdownExtra_Parser
/plugin/markdownextra/
H A Dmarkdown.php2135 $this->_hashHTMLBlocks_inHTML($tag . $text, "hashBlock", true);
2150 $this->_hashHTMLBlocks_inHTML($tag . $text, "hashClean", false);
2185 function _hashHTMLBlocks_inHTML($text, $hash_method, $md_attr) { function in MarkdownExtra_Parser