Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js459 var key = self.hashBlock(text);
496 Markdown_Parser.prototype.hashBlock = function(text) { method in Markdown_Parser
592 return "\n" + self.hashBlock("<hr" + self.empty_element_suffix) + "\n";
886 return "\n" + self.hashBlock(block) + "\n\n";
908 return "\n" + self.hashBlock(block) + "\n\n";
1096 return "\n\n" + self.hashBlock(codeblock) + "\n\n";
2304 return "\n" + self.hashBlock(block) + "\n\n";
2328 return "\n" + self.hashBlock(block) + "\n\n";
2403 return self.hashBlock(text) + "\n";
2528 return pre + self.hashBlock(result) + "\n\n";
[all …]
/plugin/markdownextra/
H A Dmarkdown.php543 $key = $this->hashBlock($text);
571 function hashBlock($text) { function in Markdown_Parser
636 "\n".$this->hashBlock("<hr$this->empty_element_suffix")."\n",
951 return "\n" . $this->hashBlock($block) . "\n\n";
956 return "\n" . $this->hashBlock($block) . "\n\n";
1145 return "\n\n".$this->hashBlock($codeblock)."\n\n";
2654 return "\n" . $this->hashBlock($block) . "\n\n";
2660 return "\n" . $this->hashBlock($block) . "\n\n";
2791 return $this->hashBlock($text) . "\n";
2845 return $this->hashBlock($result) . "\n\n";
[all …]