Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php27 final class TableOfContentsBuilder implements ConfigurationAwareInterface
24 final class TableOfContentsBuilder implements ConfigurationAwareInterface global() class
H A DTableOfContentsExtension.php31 'position' => Expect::anyOf(TableOfContentsBuilder::POSITION_BEFORE_HEADINGS, TableOfContentsBuilder::POSITION_PLACEHOLDER, TableOfContentsBuilder::POSITION_TOP)->default(TableOfContentsBuilder::POSITION_TOP),
44 $environment->addEventListener(DocumentParsedEvent::class, [new TableOfContentsBuilder(), 'onDocumentParsed'], -150);
47 if ($environment->getConfiguration()->get('table_of_contents/position') === TableOfContentsBuilder::POSITION_PLACEHOLDER) {
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md