Searched defs:STYLE_ORDERED (Results 1 – 2 of 2) sorted by relevance
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/ | ||
H A D | TableOfContentsBuilder.php | 34 public const STYLE_ORDERED = TableOfContentsGenerator::STYLE_ORDERED; global() define in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder |
H A D | TableOfContentsGenerator.php | 33 public const STYLE_ORDERED = ListBlock::TYPE_ORDERED; global() define in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGenerator |