From 500e53dc8a03c17e4dcdc3eab68bd8a529afb03f Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Wed, 7 Feb 2024 13:03:10 -0800 Subject: [PATCH] preserve listing from LLM response --- frontend/src/utils/chat/markdown.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/utils/chat/markdown.js b/frontend/src/utils/chat/markdown.js index ff4af77b..47b47734 100644 --- a/frontend/src/utils/chat/markdown.js +++ b/frontend/src/utils/chat/markdown.js @@ -43,7 +43,9 @@ const markdown = markdownIt({ "" ); }, -}); +}) + // Enable
    and