Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php50 protected function replaceEscape($text) function
140 isset($refMatches[2]) ? $this->replaceEscape($refMatches[2]) : '', // url
175 ['email', $this->replaceEscape($matches[1])],
181 ['url', $this->replaceEscape($matches[1])],
269 'url' => $this->replaceEscape($matches[2]),
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php84 'url' => $this->replaceEscape($matches[2]),