From 930eb4fdf42b9c543a8a8397d8a24017ec46ad5a Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Sun, 31 Mar 2024 21:32:30 +0000 Subject: [PATCH] Update 'frontend.js' --- frontend.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend.js b/frontend.js index 0771f89..6748017 100644 --- a/frontend.js +++ b/frontend.js @@ -42,9 +42,9 @@ function markdownToHTML(markdown) { // Replace links with HTML tag markdown = markdown.replace(/\[(.*?)\]\((.*?)\)/gim, '$1'); - html = html.replaceAll("
", "") return markdown; }