mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Markdown: Removed Safe Mode
It's not necessary at this point anyway.
This commit is contained in:
parent
cc501cf3ba
commit
4281ec4f80
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue