Home
last modified time | relevance | path

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

/plugin/mdimport/
H A DMarkdownToDokuWiki.php166 $this->paragraphBuffer[] = $this->convertInline($line);
270 $cell = $this->convertInline($cell);
310 $content = $this->convertInline(preg_replace('/^\s*([\*\-\+]|\d+\.)\s+/', '', $line));
392 return '>> ' . $this->convertInline(substr(ltrim($line), 1));
403 private function convertInline(string $text): string function in MarkdownToDokuWikiConverter