I was looking for a way to strip only certain tags, and that appears to be possible with the v4 alpha versions of this package (as per the docs):
striptags(text, { disallowedTags: new Set(["mark"]) });
Any timeline for when v4 will be released? It looks like nothing has happened in ~ 2 years. Thanks!
I was looking for a way to strip only certain tags, and that appears to be possible with the v4 alpha versions of this package (as per the docs):
Any timeline for when v4 will be released? It looks like nothing has happened in ~ 2 years. Thanks!