Searched refs:renderAbsy (Results 1 – 12 of 12) sorted by relevance
77 return '<strong>' . $this->renderAbsy($block[1]) . '</strong>';82 return '<em>' . $this->renderAbsy($block[1]) . '</em>';86 abstract protected function renderAbsy($blocks); function
35 return '<del>' . $this->renderAbsy($block[1]) . '</del>';39 abstract protected function renderAbsy($blocks); function
225 return '[' . $this->renderAbsy($this->parseInline(substr($block['orig'], 1)));232 . '>' . $this->renderAbsy($block['text']) . '</a>';242 return '![' . $this->renderAbsy($this->parseInline(substr($block['orig'], 2)));286 abstract protected function renderAbsy($blocks); function
12 abstract protected function renderAbsy($blocks); function58 $this->renderAbsy($block['content']);178 $this->renderAbsy($itemLines);200 $this->renderAbsy($block['content']);231 $this->renderAbsy($cell);243 $this->renderAbsy($cell);270 $this->renderAbsy($block[1]);280 $this->renderAbsy($block[1]);316 $this->renderAbsy($this->parseInline(substr($block['orig'], $prefix_len)));475 $this->renderAbsy($block[1]);
58 return '<blockquote>' . $this->renderAbsy($block['content']) . "</blockquote>\n";62 abstract protected function renderAbsy($absy); function
65 return "<$tag>" . $this->renderAbsy($block['content']) . "</$tag>\n";69 abstract protected function renderAbsy($absy); function
111 $tds .= "<$cellTag$align>" . trim($this->renderAbsy($cell)) . "</$cellTag>";155 abstract protected function renderAbsy($absy); function
179 $output .= '<li>' . $this->renderAbsy($itemLines). "</li>\n";200 abstract protected function renderAbsy($absy); function
151 return "<$tag$attributes>" . rtrim($this->renderAbsy($block['content']), "# \t") . "</$tag>\n";227 return '[' . $this->renderAbsy($this->parseInline(substr($block['orig'], 1)));235 . $attributes . '>' . $this->renderAbsy($block['text']) . '</a>';245 return '![' . $this->renderAbsy($this->parseInline(substr($block['orig'], 2)));
61 $markup = $this->renderAbsy($absy);86 $markup = $this->renderAbsy($absy);198 protected function renderAbsy($blocks) function in cebe\\markdown\\Parser242 return '<p>' . $this->renderAbsy($block['content']) . "</p>\n";
335 return '<del>' . $this->renderAbsy($element[1]) . '</del>';
92 return [['text', '(C-' . $this->renderAbsy($inside) . ')'], $terminatingMarkerPos + 1];