Searched defs:renderInlines (Results 1 – 3 of 3) sorted by relevance
/plugin/commonmark/vendor/league/commonmark/src/ | ||
H A D | ElementRendererInterface.php | 45 public function renderInlines(iterable $inlines): string; function |
H A D | HtmlRenderer.php | 77 public function renderInlines(iterable $inlines): string function in League\\CommonMark\\HtmlRenderer |
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ | ||
H A D | DWRenderer.php | 80 public function renderInlines(iterable $inlines): string function in Dokuwiki\\Plugin\\Commonmark\\DWRenderer |