Searched refs:paragraphBuffer (Results 1 – 1 of 1) sorted by relevance
40 private array $paragraphBuffer = []; variable in MarkdownToDokuWikiConverter166 $this->paragraphBuffer[] = $this->convertInline($line);186 $this->paragraphBuffer = [];432 if (!empty($this->paragraphBuffer)) {433 $output[] = implode(' ', $this->paragraphBuffer);434 $this->paragraphBuffer = [];