diff --git a/src/lib/components/PostCard.svelte b/src/lib/components/PostCard.svelte index 4bafae1..56147e9 100644 --- a/src/lib/components/PostCard.svelte +++ b/src/lib/components/PostCard.svelte @@ -126,8 +126,8 @@ - -

{post.content}

+ +

{@html post.content.replaceAll('\n', '
')}

{#if post.imageUrl}