diff --git a/inc/functions.php b/inc/functions.php index be1eb73c..c5b256ec 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -2820,7 +2820,6 @@ function purify_html($s) { function markdown($s) { $pd = new Parsedown(); $pd->setMarkupEscaped(true); - $pd->setimagesEnabled(false); return $pd->text($s); }