diff --git a/lib/widgets/chat_page/html/html.dart b/lib/widgets/chat_page/html/html.dart
index f9b74d2..f3b756f 100644
--- a/lib/widgets/chat_page/html/html.dart
+++ b/lib/widgets/chat_page/html/html.dart
@@ -90,6 +90,8 @@ class Html extends ConsumerWidget {
),
),
),
+
+ // Allowed elements list
("del" ||
"h1" ||
"h2" ||