Searched defs:renderBlocks (Results 1 – 3 of 3) sorted by relevance
/plugin/commonmark/vendor/league/commonmark/src/ | ||
H A D | ElementRendererInterface.php | 63 public function renderBlocks(iterable $blocks, bool $inTightList = false): string; function |
H A D | HtmlRenderer.php | 115 public function renderBlocks(iterable $blocks, bool $inTightList = false): string function in League\\CommonMark\\HtmlRenderer |
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ | ||
H A D | DWRenderer.php | 118 public function renderBlocks(iterable $blocks, bool $inTightList = false): string function in Dokuwiki\\Plugin\\Commonmark\\DWRenderer |