Searched refs:FootnoteRenderer (Results 1 – 2 of 2) sorted by relevance
37 use Dokuwiki\Plugin\Commonmark\Extension\Renderer\Block\FootnoteRenderer; alias64 $environment->addRenderer(Footnote::class, new FootnoteRenderer());
27 final class FootnoteRenderer implements NodeRendererInterface, ConfigurationAwareInterface class