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
customMarkdownIt is unrelated to this package. Please test again without that. I added those tags to the "should accept a custom list of allowed tags" test in the test suite and it worked fine.
Please specify what version of sanitize-html you're using.
To Reproduce
<p>insert delete</p>
Expected behavior
<p><ins>insert</ins> <del>delete</del></p>
Describe the bug
Tags
<ins>
and<del>
are filtered even when those tags are allowed toallowedTags
.Details
Version of Node.js:
12.8.3
Server Operating System:
Windows
Additional context:
N/A
Screenshots
N/A
The text was updated successfully, but these errors were encountered: