diff --git a/lib/music_library_web/components/chat.ex b/lib/music_library_web/components/chat.ex index d8a47020..a0ecc297 100644 --- a/lib/music_library_web/components/chat.ex +++ b/lib/music_library_web/components/chat.ex @@ -101,7 +101,9 @@ defmodule MusicLibraryWeb.Components.Chat do :if={@current_response != ""} class="max-w-[85%] rounded-lg px-4 py-2 text-sm bg-zinc-100 dark:bg-zinc-700 text-zinc-900 dark:text-zinc-100" > -

{@current_response}

+
+ {raw(Markdown.to_html(@current_response))} +