apvarun/toastify-js

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

mariojgt opened this issue · 2 comments

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

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.

Thanks