Searched refs:renderInline (Results 1 – 4 of 4) sorted by relevance
58 public function renderInline(AbstractInline $inline): string function in League\\CommonMark\\HtmlRenderer81 $result[] = $this->renderInline($inline);
38 public function renderInline(AbstractInline $inline): string; function
61 public function renderInline(AbstractInline $inline): string function in Dokuwiki\\Plugin\\Commonmark\\DWRenderer84 $result[] = $this->renderInline($inline);
456 …- `ElementRendererInterface` now requires a public `renderInline()` method; added this to `HtmlRen…