apvarun / toastify-js

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

I can't use anymore html inside the toastify js. #69

Closed mariojgt closed 3 years ago

mariojgt commented 3 years ago

Any help how i can add html inside the toastify js.

apvarun commented 3 years ago

hey @mariojgt. Since using HTML can cause unintended behavior (if not sanitized), you will need to set escapeMarkup as false in order to specify that html should be rendered.

mariojgt commented 3 years ago

Thanks