Home
last modified time | relevance | path

Searched refs:FootnoteRefParser (Results 1 – 3 of 3) sorted by last modified time

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DFootnoteToDokuwikiExtension.php33 use League\CommonMark\Extension\Footnote\Parser\FootnoteRefParser;
61 $environment->addInlineParser(new FootnoteRefParser(), 51);
32 use League\CommonMark\Extension\Footnote\Parser\FootnoteRefParser; global() alias
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/
H A DFootnoteExtension.php29 use League\CommonMark\Extension\Footnote\Parser\FootnoteRefParser; alias
58 $environment->addInlineParser(new FootnoteRefParser(), 51);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DFootnoteRefParser.php25 final class FootnoteRefParser implements InlineParserInterface, ConfigurationAwareInterface
24 final class FootnoteRefParser implements InlineParserInterface, ConfigurationAwareInterface global() class