public function formatMarkdown($input)
 {
     ProjectConfiguration::registerMarkdown();
     return Markdown($input);
 }