Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1734 this.clean_tags_re = 'script|math';
1887 this.clean_tags_re + '|' +
2036 tag.match(new RegExp('^<(?:' + this.clean_tags_re + ')\\b')) ||
/plugin/markdownextra/
H A Dmarkdown.php1910 var $clean_tags_re = 'script|math|svg'; variable in MarkdownExtra_Parser
1988 '.$this->clean_tags_re.' |
2144 else if (preg_match('{^<(?:'.$this->clean_tags_re.')\b}', $tag) ||