Home
last modified time | relevance | path

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

/plugin/mdimport/
H A DMarkdownToDokuWiki.php40 private array $paragraphBuffer = []; variable in MarkdownToDokuWikiConverter
166 $this->paragraphBuffer[] = $this->convertInline($line);
186 $this->paragraphBuffer = [];
432 if (!empty($this->paragraphBuffer)) {
433 $output[] = implode(' ', $this->paragraphBuffer);
434 $this->paragraphBuffer = [];