Home
last modified time | relevance | path

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

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php1809 function _hashHTMLBlocks_inMarkdown($text, $indent = 0, argument
1881 [ ]{'.($indent+4).'}[^\n]* \n
1883 (?: [ ]{'.($indent+4).'}[^\n]* | [ ]* ) \n
1888 [ ]{0,'.($indent).'}~~~+[ ]*\n
1952 else if (preg_match('{^\n?[ ]{0,'.($indent+3).'}~}', $tag)) {
1955 if (preg_match('{^(?>.*\n)+?[ ]{0,'.($indent).'}'.$tag_re.'[ ]*\n}', $text,
2167 $indent = $strlen($matches[1], 'UTF-8');
2169 $indent = 0;
2183 = $this->_hashHTMLBlocks_inMarkdown($text, $indent,
2187 if ($indent > 0) {
[all …]

Completed in 13 milliseconds