Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsExtension.php48 $environment->addBlockStartParser(TableOfContentsPlaceholderParser::blockStartParser(), 200);
H A DTableOfContentsPlaceholderParser.php27 final class TableOfContentsPlaceholderParser extends AbstractBlockContinueParser
65 return BlockStart::of(new TableOfContentsPlaceholderParser())->at($cursor);
21 final class TableOfContentsPlaceholderParser implements BlockParserInterface, ConfigurationAwareInterface global() class