feat: hyperlinks

This commit is contained in:
Nevo David 2025-08-05 14:06:02 +07:00
parent 57532e15d4
commit 0dceb898d7
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ export const stripHtmlValidation = (
'p',
'strong',
'u',
'a',
]);
}