Home
last modified time | relevance | path

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

/plugin/mdimport/
H A DMarkdownToDokuWiki.php241 $this->tableRows = [$this->parseTableRow($headerLine)];
243 $this->tableRows[] = $this->parseTableRow($lines[$i]);
254 private function parseTableRow(string $line): array function in MarkdownToDokuWikiConverter