Exemplo n.º 1
0
 public function outputLink($cap, $link)
 {
     $href = Utils::escape($link['href']);
     $title = $link['title'] ? Utils::escape($link['title']) : null;
     return $cap[0][0] !== '!' ? $this->renderer->link($href, $title, $this->output($cap[1])) : $this->renderer->image($href, $title, Utils::escape($cap[1]));
 }