Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1724 …this.block_tags_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|form|fieldset|iframe|hr|l…
1885 this.block_tags_re + '|' +
2016 else if (tag.match(new RegExp('^<(?:' + this.block_tags_re + ')\\b')) ||
/plugin/markdownextra/
H A Dmarkdown.php1900 …var $block_tags_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|form|fieldset|iframe|hr|l… variable in MarkdownExtra_Parser
1986 '.$this->block_tags_re.' |
2127 else if (preg_match('{^<(?:'.$this->block_tags_re.')\b}', $tag) ||