Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php55 private $_specialAttributesRegex = '\{(([#\.][A-z0-9-_]+\s*)+)\}'; variable in cebe\\markdown\\MarkdownExtra
72 …3}\[[^\[](.*?)\]:\s*([^\s]+?)(?:\s+[\'"](.+?)[\'"])?\s*('.$this->_specialAttributesRegex.')?\s*$/'…
80 …^ {0,3}\[(.+?)\]:\s*(.+?)(?:\s+[\(\'"](.+?)[\)\'"])?\s*('.$this->_specialAttributesRegex.')?\s*$/'…
188 if (preg_match("~$this->_specialAttributesRegex~", $text, $matches)) {