Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2041 t = this._hashHTMLBlocks_inHTML(tag + text, this.hashClean, false);
2268 MarkdownExtra_Parser.prototype.hashClean = function(text) { method in MarkdownExtra_Parser
/plugin/markdownextra/
H A Dmarkdown.php2360 function hashClean($text) { function in MarkdownExtra_Parser