markdown = \Parsedown::instance(); } /** * Get the evaluated contents of the view. * * @param mixed $path */ public function get($path, array $data = []) { $contents = parent::get($path, $data); return $this->markdown->text($contents); } }