parsedownElement($title, $alt, $class, $id, $reset); if (!$this->parsedown) { $this->parsedown = new Parsedown(new Excerpts()); } return $this->parsedown->elementToHtml($element); } }