Home
last modified time | relevance | path

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

/plugin/mdimport/
H A DMarkdownToDokuWiki.php120 if ($this->isTableStart($line, $nextLine)) {
214 private function isTableStart(string $line, ?string $nextLine): bool function in MarkdownToDokuWikiConverter