Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js92 this.block_gamut = [
181 this.block_gamut.sort(cmp_gamut);
562 for(var i = 0; i < this.block_gamut.length; i++) {
563 var method = this[this.block_gamut[i][0]];
568 console.log(this.block_gamut[i][0] + ' not implemented');
1768 this.block_gamut.push(['doFencedCodeBlocks', 5]);
1769 this.block_gamut.push(['doTables', 15]);
1770 this.block_gamut.push(['doDefLists', 45]);
/plugin/markdownextra/
H A Dmarkdown.php274 asort($this->block_gamut);
579 var $block_gamut = array( variable in Markdown_Parser
612 foreach ($this->block_gamut as $method => $priority) {
1746 $this->block_gamut += array(