Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1737 this.auto_close_tags_re = 'hr|img';
2180 if(tag.match(new RegExp('^</?(?:' + this.auto_close_tags_re + ')\\b')) ||
/plugin/markdownextra/
H A Dmarkdown.php1913 var $auto_close_tags_re = 'hr|img|param|source|track'; variable in MarkdownExtra_Parser
2280 if (preg_match('{^</?(?:'.$this->auto_close_tags_re.')\b}', $tag) ||