Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DGfmLink.php133 private function parseImageDescriptor(string $imageMatch): array argument
135 $sep = strpos($imageMatch, '](');
136 $alt = Escape::unescapeBackslashes(substr($imageMatch, 2, $sep - 2));
137 $imgUrl = Escape::unescapeBackslashes($this->extractUrl(substr($imageMatch, $sep + 2, -1)));