diff --git a/Web/Presenters/SupportPresenter.php b/Web/Presenters/SupportPresenter.php index d644deb1..8a48a0db 100644 --- a/Web/Presenters/SupportPresenter.php +++ b/Web/Presenters/SupportPresenter.php @@ -222,7 +222,6 @@ final class SupportPresenter extends OpenVKPresenter $content = implode($lines); $parser = new Parsedown(); - $parser->setSafeMode(true); $this->template->heading = $heading; $this->template->content = $parser->text($content); }