Home
last modified time | relevance | path

Searched refs:TYPE_BULLET (Results 1 – 6 of 6) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListBlock.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php35 public const STYLE_BULLET = ListBlock::TYPE_BULLET;
122 $listData->type = ListBlock::TYPE_BULLET;
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListBlockRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DListBlockRenderer.php38 $tag = $listData->type === ListBlock::TYPE_BULLET ? "* " : "- ";
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md