Searched refs:detectLineType (Results 1 – 2 of 2) sorted by relevance
151 …while (!empty($itemLines) && rtrim($itemLines[0]) !== '' && $this->detectLineType($itemLines, 0) =…201 abstract protected function detectLineType($lines, $current); function
138 protected function detectLineType($lines, $current) function in cebe\\markdown\\Parser192 $blockType = $this->detectLineType($lines, $current);