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.php22 use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder;
50 $environment->addRenderer(TableOfContentsPlaceholder::class, new TableOfContentsPlaceholderRenderer());
17 use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; global() alias
H A DTableOfContentsPlaceholderParser.php16 use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder;
30 private TableOfContentsPlaceholder $block;
34 $this->block = new TableOfContentsPlaceholder();
37 public function getBlock(): TableOfContentsPlaceholder
17 use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; global() alias
H A DTableOfContentsBuilder.php20 use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; alias
94 if (! $node instanceof TableOfContentsPlaceholder) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Node/
H A DTableOfContentsPlaceholder.php18 final class TableOfContentsPlaceholder extends AbstractBlock
17 final class TableOfContentsPlaceholder extends AbstractBlock global() class
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md