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 @@
-
+
+
+ +
+