Searched refs:outdent (Results 1 – 1 of 1) sorted by relevance
1089 $item = $this->runBlockGamut($this->outdent($item)."\n");1093 $item = $this->doLists($this->outdent($item));1123 $codeblock = $this->outdent($codeblock);1603 function outdent($text) { function in Markdown_Parser2527 $def = $this->runBlockGamut($this->outdent($def . "\n\n"));2532 $def = $this->runSpanGamut($this->outdent($def));2674 $this->footnotes[$note_id] = $this->outdent($matches[2]);
Completed in 12 milliseconds