parsedown = new Parsedown; } public function parseText(string $text): string { return $this->parsedown->text($text); } }