Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php19 protected $inlineHtmlElements = [ variable
70 if (!ctype_alnum($tag) || in_array(strtolower($tag), $this->inlineHtmlElements)) {