mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
@@ -45,16 +45,13 @@
|
||||
let errorLike = $state(false);
|
||||
|
||||
let contenido = $derived(() => {
|
||||
let t = '';
|
||||
t = post.content
|
||||
let t = post.content
|
||||
.replaceAll('&', '')
|
||||
.replaceAll('<', '')
|
||||
.replaceAll('>', '')
|
||||
.replaceAll('"', '"')
|
||||
.replaceAll("'", ''')
|
||||
.replaceAll('fetch', '');
|
||||
.replaceAll('fetch', '')
|
||||
.replaceAll('\n', '<br>');
|
||||
|
||||
t = post.content.replaceAll('\n', '<br>');
|
||||
t = t.replaceAll(
|
||||
/#\p{L}*/gu,
|
||||
(match) =>
|
||||
|
||||
Reference in New Issue
Block a user