diff --git a/app/components/CommentSection.vue b/app/components/CommentSection.vue
index 7b8ab2a..20e2fd2 100644
--- a/app/components/CommentSection.vue
+++ b/app/components/CommentSection.vue
@@ -353,7 +353,7 @@ function timeAgo(dateStr: string): string {
function formatMentions(content: string) {
let html = content.replace(/@(\S+)/g, '@$1')
- html = html.replace(/!\[GIF\]\((https?:\/\/[^\s)]+)\)/g, '')
+ html = html.replace(/!\[GIF\]\((https?:\/\/[^\s)]+)\)/g, '
')
return html
}
@@ -463,7 +463,7 @@ watch(() => props.slug, () => {