Remove unneeded Parsedown option

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-04-11 18:06:45 +02:00
parent baadea8e74
commit b2fc3a9d53
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ class Utils {
$parseDown = new Parsedown();
$parseDown
->setMarkupEscaped(true)
->setBreaksEnabled(true)
->setSafeMode(true)
;