Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1727 this.context_block_tags_re = 'script|noscript|math|ins|del';
1886 this.context_block_tags_re + '|' +
2018 tag.match(new RegExp('^<(?:' + this.context_block_tags_re + ')\\b')) &&
/plugin/markdownextra/
H A Dmarkdown.php1903 …var $context_block_tags_re = 'script|noscript|ins|del|iframe|object|source|track|param|math|svg|ca… variable in MarkdownExtra_Parser
1987 '.$this->context_block_tags_re.' |
2128 ( preg_match('{^<(?:'.$this->context_block_tags_re.')\b}', $tag) &&