Searched refs:enclosing_tag_re (Results 1 – 2 of 2) sorted by relevance
1862 MarkdownExtra_Parser.prototype._hashHTMLBlocks_inMarkdown = function(text, indent, enclosing_tag_re… argument1864 if('undefined' === typeof enclosing_tag_re) { enclosing_tag_re = ''; }1888 '(?!\\s)' + enclosing_tag_re +2050 else if (enclosing_tag_re !== '' &&2052 tag.match(new RegExp('^</?(?:' + enclosing_tag_re + ')\\b'))
1942 $enclosing_tag_re = '', $span = false) argument1989 (?!\s)'.$enclosing_tag_re.'2157 else if ($enclosing_tag_re !== '' &&2159 preg_match('{^</?(?:'.$enclosing_tag_re.')\b}', $tag))