You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add a an array inside should process node function and check if the tag exists in that array or not
And if not return an escaped string version of it
Im going to use this for rendering user-generated html
does the parser also parse unsafe tags like
<script>
?and is there a way I can whitelist only certain tags to be parsed?
Eg:
should be parsed to
instead of
The text was updated successfully, but these errors were encountered: