apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.09k stars 230 forks source link

Avoid showing HTML tags like text #129

Closed ceccacecca closed 8 months ago

ceccacecca commented 8 months ago

Hi, I see that after updating Toastify.js to its latest version, HTML tags in my text are shown as part of the message. I've tried to set "escapeMarkup" as false, but only the "
" tag is trated as HTML. I attach an example of the toast i see, setting the "text" property with some HTML tag.

wrongtoast

Could you please help me fixing this issue?

Giacomo.

ceccacecca commented 8 months ago

I close the issue since I've seen that it's been resolved in version 1.12 while I was using version 1.11