Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php53 return $this->consumeList($lines, $current, $block, 'ol');
68 return $this->consumeList($lines, $current, $block, 'ul');
71 private function consumeList($lines, $current, $block, $type) function