Merge pull request #50 from emailerfacu-spec/dev

Dev
This commit is contained in:
emailerfacu-spec
2025-12-26 16:55:09 -03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -92,7 +92,7 @@
</h1>
{#if usu.bio}
<p class="mt-4 rounded-4xl bg-accent p-4 text-center text-muted-foreground">
{usu.bio.replaceAll('\n', '<br>')}
{usu.bio.replaceAll('<', '')}
<!-- {@html usu.bio.replaceAll('\n', '<br>')} -->
</p>
{/if}

View File

@@ -46,6 +46,7 @@
let contenido = $derived(() => {
let t = post.content.replaceAll('\n', '<br>');
t = post.content.replaceAll('<', '');
t = t.replace(
/#\p{L}*/u,
(match) =>