Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No HTML markup escaping #78

Open
StefCDev opened this issue Jun 10, 2021 · 1 comment
Open

No HTML markup escaping #78

StefCDev opened this issue Jun 10, 2021 · 1 comment

Comments

@StefCDev
Copy link

Hello,
escaping of HTML markup does not work, if I pass even a small HTML code it is written but not interpreted.

It creates a problem also because I need to escape characters like 'è' that are not correctly displayed but the corresponding HTML tag (è) is displayed as is and not interpreted.

@AStoker
Copy link
Contributor

AStoker commented Jul 14, 2021

Can you show how you're trying to use toastify? Have you turned off the escapeMarkup option? By default, html is escaped to help ensure XSS issues don't appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants