Home
last modified time | relevance | path

Searched refs:POSITION_BEFORE_HEADINGS (Results 1 – 1 of 1) sorted by path

/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php30 public const POSITION_BEFORE_HEADINGS = 'before-headings';
64 } elseif ($position === self::POSITION_BEFORE_HEADINGS) {
52 public const POSITION_BEFORE_HEADINGS = 'before-headings'; global() define in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder