Home
last modified time | relevance | path

Searched refs:enclosing_tag_re (Results 1 – 1 of 1) sorted by last modified time

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php1810 $enclosing_tag_re = '', $span = false) argument
1857 (?!\s)'.$enclosing_tag_re.'
2010 else if ($enclosing_tag_re !== '' &&
2012 preg_match('{^</?(?:'.$enclosing_tag_re.')\b}', $tag))

Completed in 17 milliseconds