Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1862 MarkdownExtra_Parser.prototype._hashHTMLBlocks_inMarkdown = function(text, indent, enclosing_tag_re argument
1864 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'))
/plugin/markdownextra/
H A Dmarkdown.php1942 $enclosing_tag_re = '', $span = false) argument
1989 (?!\s)'.$enclosing_tag_re.'
2157 else if ($enclosing_tag_re !== '' &&
2159 preg_match('{^</?(?:'.$enclosing_tag_re.')\b}', $tag))