Timothy J. Baek 7 hónapja
szülő
commit
ed3e1397ca

+ 4 - 1
src/lib/components/chat/Messages/ResponseMessage.svelte

@@ -482,7 +482,10 @@
 										on:explain={(e) => {
 											dispatch(
 												'submit',
-												`Can you explain this section to me in more detail?\n\n${e.detail}`
+												`Can you explain this section to me in more detail?\n\n` +
+													'```\n' +
+													e.detail +
+													'\n```'
 											);
 										}}
 									/>