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
Hi, I have installed the package just to sanitize the content generated by tiptap in the frontend. And I notice that when sanitizing it removes the links (a tags) and underlines (u tags), how is it possible to avoid this behavior?
The text was updated successfully, but these errors were encountered:
mreduar
changed the title
Sanitize removes links and underline
Sanitize removes links (<a>) and underline (<u>)
Jul 13, 2022
@mreduar Hi, it is most probably related with #20 where Link is not included by default in StarterKit.
At the time I did not give it much importance, but now that the time has come to solve the problem I had to inquire more about what you mentioned and indeed that was the problem. This should be included by default in my opinion.
Solve the problem by adding the Link Mark to the Editor
Hi, I have installed the package just to sanitize the content generated by tiptap in the frontend. And I notice that when sanitizing it removes the links (
a
tags) and underlines (u
tags), how is it possible to avoid this behavior?The text was updated successfully, but these errors were encountered: