Parsedown not working

Hello.
Trying to install Pulse on Digital Ocean. (LAPM: Apache2, PHP7)
Permissions is ok. Rewrite engine is ok. No errors in the log.

It seems the problem in Parsedown

<?php echo $parsedown->text($content); ?> generates nothing!
Simple <?php echo $content; ?> generates the site correctly, but I want to use markdown!

Help

UPD. Fixed by installing php7.0-mbstring module.

Please, close the topic.

1 Like