erusev/parsedown

hr-oss opened this issue · 0 comments

Hello, I've gotten this error:

Fatal error: Uncaught Error: Call to undefined function mb_strlen() in /var/www/html/assets/modules/parsedown/Parsedown.php:170 Stack trace: #0 /var/www/html/assets/modules/parsedown/Parsedown.php(39): Parsedown->lines() #1 /var/www/html/article.php(85): Parsedown->text() #2 {main} thrown in /var/www/html/assets/modules/parsedown/Parsedown.php on line 170

This is the text it was trying to parse: (I replaced "```" with "'''")

Step event:
'''
if(windowHasFocusLast) and (!window_has_focus(())
{
// Window had focus last frame, but lost focus this frame
show_message("The window is no longer in focus. :(");
}
'''

OK well it works now for some odd reason... 🤔