Searched refs:parseTableRow (Results 1 – 1 of 1) sorted by relevance
241 $this->tableRows = [$this->parseTableRow($headerLine)];243 $this->tableRows[] = $this->parseTableRow($lines[$i]);254 private function parseTableRow(string $line): array function in MarkdownToDokuWikiConverter