converter = $converter ?: new Markdown(); } public function convert(string $body): string { return $this->converter->parse($body)->html; } }