Searched refs:runBlockGamut (Results 1 – 2 of 2) sorted by relevance
546 Markdown_Parser.prototype.runBlockGamut = function(text) { method in Markdown_Parser1050 item = self.runBlockGamut(self.outdent(item) + "\n");1303 bq = self.runBlockGamut(bq); // recurse2596 def = self.runBlockGamut(self.outdent(def + "\n\n"));2817 footnote = this.runBlockGamut(footnote + "\n");
592 function runBlockGamut($text) { function in Markdown_Parser1104 $item = $this->runBlockGamut($this->outdent($item)."\n");1339 $bq = $this->runBlockGamut($bq); # recurse2909 $def = $this->runBlockGamut($this->outdent($def . "\n\n"));3127 $footnote = $this->runBlockGamut("$footnote\n");