Пример #1
0
 public function formatMarkdown($input)
 {
     ProjectConfiguration::registerMarkdown();
     return Markdown($input);
 }