Markdown: Removed Safe Mode

It's not necessary at this point anyway.
This commit is contained in:
Ilya Prokopenko 2022-01-21 13:47:08 +03:00
parent cc501cf3ba
commit 4281ec4f80
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -222,7 +222,6 @@ final class SupportPresenter extends OpenVKPresenter
$content = implode($lines); $content = implode($lines);
$parser = new Parsedown(); $parser = new Parsedown();
$parser->setSafeMode(true);
$this->template->heading = $heading; $this->template->heading = $heading;
$this->template->content = $parser->text($content); $this->template->content = $parser->text($content);
} }