parser = $parser; } /** * {@inheritdoc} */ public function transformMarkdown($text) { return $this->parser->render($text); } }