Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/
DGithubMarkdown.php73 $this->identifyOl($line, $lines, $i) ||
DMarkdown.php91 $this->identifyUl($line, $lines, $i) || $this->identifyOl($line, $lines, $i))) {
/plugin/mdpage/vendor/cebe/markdown/block/
DListTrait.php25 protected function identifyOl($line) function