Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching refs:outdent

1075             $item = $this->runBlockGamut($this->outdent($item)."\n");
1079 $item = $this->doLists($this->outdent($item));
1109 $codeblock = $this->outdent($codeblock);
1581 function outdent($text) {
2163 # Outdent markdown text.
2504 $def = $this->runBlockGamut($this->outdent($def . "\n\n"));
2509 $def = $this->runSpanGamut($this->outdent($def));
2651 $this->footnotes[$note_id] = $this->outdent($matches[2]);