BenjaminHoegh / ParsedownExtended

ParsedownExtended is an extention for Parsedown, offering additional features and functionalities.
https://benjaminhoegh.github.io/ParsedownExtended
MIT License
37 stars 7 forks source link

mb_strtolower() function undefined? #62

Closed sharpicx closed 7 months ago

sharpicx commented 7 months ago

image

i cant even search where the mb_strtolower() will be called at. any solution?

BenjaminHoegh commented 7 months ago

I will strongly recommend you install the mbstring module, as this is very common and is huge improvement to the handling of non UTF-8 chars.

I will release a version of the code with a fallback for users there doesn't have this module installed