Home
last modified time | relevance | path

Searched refs:TableOfContentsPlaceholder (Results 1 – 5 of 5) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsExtension.php17 use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; alias
28 …$environment->addBlockRenderer(TableOfContentsPlaceholder::class, new TableOfContentsPlaceholderRe…
H A DTableOfContentsPlaceholderParser.php17 use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; alias
38 $context->addBlock(new TableOfContentsPlaceholder());
H A DTableOfContentsBuilder.php20 use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; alias
111 if (!$event->getNode() instanceof TableOfContentsPlaceholder) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Node/
H A DTableOfContentsPlaceholder.php17 final class TableOfContentsPlaceholder extends AbstractBlock class
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md170 - `TableOfContentsPlaceholder`