From 0b6f3320b05c28e4fb3378e465b85c71c0558806 Mon Sep 17 00:00:00 2001 From: mbj36 Date: Thu, 5 Dec 2024 18:43:55 +0530 Subject: [PATCH] fix: feedbacks --- app.js | 2 +- index.html | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 0e8d009..986440a 100644 --- a/app.js +++ b/app.js @@ -50,7 +50,7 @@ function updateOutput() { let sources = sourceEl.value.split('\n==='); let outputs = sources.map((x) => { return ( - '
' + + '
' + _u.convertMarkdownToHTML(x) + '
' ); diff --git a/index.html b/index.html index 361758b..af9d682 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,11 @@
-
+
+
+ +
+