summaryrefslogtreecommitdiff
path: root/makima/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/src')
-rw-r--r--makima/frontend/src/components/mesh/TaskOutput.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/makima/frontend/src/components/mesh/TaskOutput.tsx b/makima/frontend/src/components/mesh/TaskOutput.tsx
index c98b174..f49c366 100644
--- a/makima/frontend/src/components/mesh/TaskOutput.tsx
+++ b/makima/frontend/src/components/mesh/TaskOutput.tsx
@@ -418,7 +418,9 @@ function SupervisorQuestionEntry({
<p className="text-amber-200/60 text-xs mb-2 uppercase">{context}</p>
)}
- <p className="text-amber-100 mb-3">{entry.content}</p>
+ <div className="text-amber-100 mb-3">
+ <SimpleMarkdown content={entry.content} />
+ </div>
{isPending && (
<div className="space-y-2">