Home
last modified time | relevance | path

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

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php1089 $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_Parser
2527 $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