Home
last modified time | relevance | path

Searched refs:FootnoteContainerRenderer (Results 1 – 4 of 4) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/
H A DFootnoteExtension.php32 use League\CommonMark\Extension\Footnote\Renderer\FootnoteContainerRenderer;
60 $environment->addRenderer(FootnoteContainer::class, new FootnoteContainerRenderer());
31 use League\CommonMark\Extension\Footnote\Renderer\FootnoteContainerRenderer; global() alias
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DFootnoteToDokuwikiExtension.php35 use Dokuwiki\Plugin\Commonmark\Extension\Renderer\Block\FootnoteContainerRenderer;
63 $environment->addRenderer(FootnoteContainer::class, new FootnoteContainerRenderer());
34 use Dokuwiki\Plugin\Commonmark\Extension\Renderer\Block\FootnoteContainerRenderer; global() alias
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFootnoteContainerRenderer.php27 final class FootnoteContainerRenderer implements NodeRendererInterface, ConfigurationAwareInterface class
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteContainerRenderer.php26 final class FootnoteContainerRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface
25 final class FootnoteContainerRenderer implements BlockRendererInterface, ConfigurationAwareInterface global() class