From 5e639ec916c66c198a6f54a5ccd5ee3f054c5104 Mon Sep 17 00:00:00 2001 From: Johnny Date: Wed, 24 Apr 2024 20:25:23 +0100 Subject: [PATCH] Markdown! --- app/index.html | 7 +- static/css/style.css | 14 + static/js/main.js | 28 +- static/js/marked.js | 1297 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1343 insertions(+), 3 deletions(-) create mode 100644 static/js/marked.js diff --git a/app/index.html b/app/index.html index 72111a2..9aff395 100644 --- a/app/index.html +++ b/app/index.html @@ -8,6 +8,7 @@ +