From 9ddf3b58c3ac119dd7db914a7192250cffc747a0 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Fri, 17 Nov 2023 12:14:02 -0800 Subject: [PATCH] Use the markdown parser for rendering the chat messages in the web interface --- src/khoj/interface/web/chat.html | 48 +++++++++++++++++++++++++------- 1 file changed, 38 insertions(+), 10 deletions(-) diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html index fb7c0b05..95118895 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -9,6 +9,7 @@ +