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
refactor(DisplayComponent): strip HTML using Jsoup, add Apache Commons Text for XML entity unescaping #218
Update `DisplayComponent` to use Jsoup for HTML stripping and include Apache Commons Text library for unescaping XML entities. This change improves the reliability of text processing by utilizing specialized libraries.
0 commit comments